#CC2154

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

Shades of Old Rose #CC2154

Tints of Old Rose #CC2154

Color information

#CC2154 (or 0xCC2154) is unknown color: approx Old Rose. HEX triplet: CC, 21 and 54. RGB value is (204,33,84). Sum of RGB (Red+Green+Blue) = 204+33+84=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2154 is #33DEAB. Grayscale: #595959. Windows color (decimal): -3399340 or 5513676. OLE color: 5513676.

HSL color Cylindrical-coordinate representation of color #CC2154: hue angle of 342.11º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2154 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB2043384-
CMYK00.840.590.2
HSL342.11º72.15%46.47%-
HSV(B)342.11º83.82%80%-
XYZ27.0514.579.77-
YUV89.94124.65209.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.55%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=63.55%
G=10.28%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204338400.840.590.2342.1172.1546.47
HexCC21540543B14156482e
Octal314411240124732452611056
Binary11001100100001101010001010100111011101001010101101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2154; }

 p { color: rgb(204,33,84); }

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

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

 a { background-color: rgb(204,33,84); }

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

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

 span { border-color: rgb(204,33,84); }

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