#cc2156

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

Shades of Old Rose #CC2156

Tints of Old Rose #CC2156

Color information

#CC2156 (or 0xCC2156) is unknown color: approx Old Rose. HEX triplet: CC, 21 and 56. RGB value is (204,33,86). Sum of RGB (Red+Green+Blue) = 204+33+86=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2156 is #33DEA9. Grayscale: #5A5A5A. Windows color (decimal): -3399338 or 5644748. OLE color: 5644748.

HSL color Cylindrical-coordinate representation of color #CC2156: hue angle of 341.4º 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 #CC2156 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB2043386-
CMYK00.840.580.2
HSL341.4º72.15%46.47%-
HSV(B)341.4º83.82%80%-
XYZ27.1314.610.19-
YUV90.17125.65209.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=63.16%
G=10.22%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204338600.840.580.2341.472.1546.47
HexCC21560543A14155482e
Octal314411260124722452511056
Binary11001100100001101011001010100111010101001010101011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2156; }

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

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

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

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

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

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

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

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