Html Css Color HEX #CC2455 Old Rose

📋 copy color: '#CC2455'

red 204 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #CC2455

Tints of Old Rose #CC2455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 62.77%
G = 11.08%
B = 26.15%

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

#CC2455 (or 0xCC2455) is known color: Old Rose. HEX triplet: CC, 24 and 55. RGB value is (204,36,85). Sum of RGB (Red+Green+Blue) = 204+36+85=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2455 is #33DBAA. Grayscale: #5B5B5B. Windows color (decimal): -3398571 or 5579980. OLE color: 5579980.

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

Color convert

RGB 204 36 85 -
CMYK 0 0.82 0.58 0.2
HSL 342.5º 0.7% 0.47% -
HSV(B) 342.5º 0.82% 0.8% -
XYZ 27.17 14.76 10.01 -
YUV 91.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 204 36 85 0 0.82 0.58 0.2 342.5 0.7 0.47
Hex CC 24 55 0 52 3A 14 156 46 2F
Octal 314 44 125 0 122 72 24 526 106 57
Binary 11001100 100100 1010101 0 1010010 111010 10100 101010110 1000110 101111

Color Harmonies of #CC2455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2455

Black with #CC2455

Text Example


Text Example

White with #CC2455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2455; }

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

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

background-color css

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

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

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

border-color css

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

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

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