Html Css Color HEX #CC2459 Old Rose

📋 copy color: '#CC2459'

red 204 ◦ green 36 ◦ blue 89

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

Shades of Old Rose #CC2459

Tints of Old Rose #CC2459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.05%

R = 62.01%
G = 10.94%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC2459 (or 0xCC2459) is known color: Old Rose. HEX triplet: CC, 24 and 59. RGB value is (204,36,89). Sum of RGB (Red+Green+Blue) = 204+36+89=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2459 is #33DBA6. Grayscale: #5C5C5C. Windows color (decimal): -3398567 or 5842124. OLE color: 5842124.

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

Color convert

RGB 204 36 89 -
CMYK 0 0.82 0.56 0.2
HSL 341.07º 0.7% 0.47% -
HSV(B) 341.07º 0.82% 0.8% -
XYZ 27.34 14.82 10.87 -
YUV 92.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 204 36 89 0 0.82 0.56 0.2 341.07 0.7 0.47
Hex CC 24 59 0 52 38 14 155 46 2F
Octal 314 44 131 0 122 70 24 525 106 57
Binary 11001100 100100 1011001 0 1010010 111000 10100 101010101 1000110 101111

Color Harmonies of #CC2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2459

Black with #CC2459

Text Example


Text Example

White with #CC2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2459; }

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

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

background-color css

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

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

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

border-color css

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

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

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