#CC2556

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

Shades of Old Rose #CC2556

Tints of Old Rose #CC2556

Color information

#CC2556 (or 0xCC2556) is unknown color: approx Old Rose. HEX triplet: CC, 25 and 56. RGB value is (204,37,86). Sum of RGB (Red+Green+Blue) = 204+37+86=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2556 is #33DAA9. Grayscale: #5C5C5C. Windows color (decimal): -3398314 or 5645772. OLE color: 5645772.

HSL color Cylindrical-coordinate representation of color #CC2556: hue angle of 342.4º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2556 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB2043786-
CMYK00.820.580.2
HSL342.4º69.29%47.25%-
HSV(B)342.4º81.86%80%-
XYZ27.2414.8310.23-
YUV92.52124.33207.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.39%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=62.39%
G=11.31%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204378600.820.580.2342.469.2947.25
HexCC25560523A14156452f
Octal314451260122722452610557
Binary11001100100101101011001010010111010101001010101101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2556; }

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

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

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

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

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

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

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

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