Html Css Color HEX #CC2456 Old Rose

📋 copy color: '#CC2456'

red 204 ◦ green 36 ◦ blue 86

#CC2456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CC2456

Tints of Old Rose #CC2456

RGB

 RED value IS 204 (80.08% from 255) = 62.58%

 GREEN value IS 36 (14.45% from 255) = 11.04%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 62.58%
G = 11.04%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2456 (or 0xCC2456) is known color: Old Rose. HEX triplet: CC, 24 and 56. RGB value is (204,36,86). Sum of RGB (Red+Green+Blue) = 204+36+86=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2456 is #33DBA9. Grayscale: #5B5B5B. Windows color (decimal): -3398570 or 5645516. OLE color: 5645516.

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

Color convert

RGB 204 36 86 -
CMYK 0 0.82 0.58 0.2
HSL 342.14º 0.7% 0.47% -
HSV(B) 342.14º 0.82% 0.8% -
XYZ 27.21 14.77 10.22 -
YUV 91.93 124.66 207.93 -
System Red Green Blue C M Y K H S L
Decimal 204 36 86 0 0.82 0.58 0.2 342.14 0.7 0.47
Hex CC 24 56 0 52 3A 14 156 46 2F
Octal 314 44 126 0 122 72 24 526 106 57
Binary 11001100 100100 1010110 0 1010010 111010 10100 101010110 1000110 101111

Color Harmonies of #CC2456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2456

Black with #CC2456

Text Example


Text Example

White with #CC2456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2456; }

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

 H1.HeaderClassName
 {
   color: #CC2456;
 }
 .AnyTagClassName
 {
   color: #CC2456;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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