Html Css Color HEX #CC2454 Old Rose

📋 copy color: '#CC2454'

red 204 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #CC2454

Tints of Old Rose #CC2454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 62.96%
G = 11.11%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2454 (or 0xCC2454) is known color: Old Rose. HEX triplet: CC, 24 and 54. RGB value is (204,36,84). Sum of RGB (Red+Green+Blue) = 204+36+84=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2454 is #33DBAB. Grayscale: #5B5B5B. Windows color (decimal): -3398572 or 5514444. OLE color: 5514444.

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

Color convert

RGB 204 36 84 -
CMYK 0 0.82 0.59 0.2
HSL 342.86º 0.7% 0.47% -
HSV(B) 342.86º 0.82% 0.8% -
XYZ 27.13 14.74 9.8 -
YUV 91.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 204 36 84 0 0.82 0.59 0.2 342.86 0.7 0.47
Hex CC 24 54 0 52 3B 14 157 46 2F
Octal 314 44 124 0 122 73 24 527 106 57
Binary 11001100 100100 1010100 0 1010010 111011 10100 101010111 1000110 101111

Color Harmonies of #CC2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2454

Black with #CC2454

Text Example


Text Example

White with #CC2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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