#CE2552

Color #CE2552 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CE2552

Tints of Old Rose #CE2552

Color information

#CE2552 (or 0xCE2552) is unknown color: approx Old Rose. HEX triplet: CE, 25 and 52. RGB value is (206,37,82). Sum of RGB (Red+Green+Blue) = 206+37+82=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2552 is #31DAAD. Grayscale: #5C5C5C. Windows color (decimal): -3267246 or 5383630. OLE color: 5383630.

HSL color Cylindrical-coordinate representation of color #CE2552: hue angle of 344.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2552 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB2063782-
CMYK00.820.600.19
HSL344.02º69.55%47.65%-
HSV(B)344.02º82.04%80.78%-
XYZ27.6415.059.43-
YUV92.66121.99208.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 63.38%
GREEN value IS 37 (14.84% from 255) = 11.38%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=63.38%
G=11.38%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206378200.820.600.19344.0269.5547.65
HexCE25520523C131584630
Octal316451220122742353010660
Binary11001110100101101001001010010111100100111010110001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2552; }

 p { color: rgb(206,37,82); }

 H1.HeaderClassName
 {
   color: #CE2552;
 }
 .AnyTagClassName
 {
   color: #CE2552;
 }
</style>
background-color css

<style>
 a { background-color: #CE2552; }

 a { background-color: rgb(206,37,82); }

 div.DivClassName
 {
   background-color: #CE2552;
 }
 .BgClassName
 {
   background-color: #CE2552;
 }
</style>
border-color css

<style>
 span { border-color: #CE2552; }

 span { border-color: rgb(206,37,82); }

 td.TdClassName
 {
   border-color: #CE2552;
 }
 .TagClassName
 {
   border-color: #CE2552;
 }
</style>