Html Css Color HEX #CC2E59 Old Rose

📋 copy color: '#CC2E59'

red 204 ◦ green 46 ◦ blue 89

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

Shades of Old Rose #CC2E59

Tints of Old Rose #CC2E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.57%

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

R = 60.18%
G = 13.57%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC2E59 (or 0xCC2E59) is known color: Old Rose. HEX triplet: CC, 2E and 59. RGB value is (204,46,89). Sum of RGB (Red+Green+Blue) = 204+46+89=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E59 is #33D1A6. Grayscale: #626262. Windows color (decimal): -3396007 or 5844684. OLE color: 5844684.

HSL color Cylindrical-coordinate representation of color #CC2E59: hue angle of 343.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E59 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 46 89 -
CMYK 0 0.77 0.56 0.2
HSL 343.67º 0.63% 0.49% -
HSV(B) 343.67º 0.77% 0.8% -
XYZ 27.68 15.51 10.99 -
YUV 98.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 204 46 89 0 0.77 0.56 0.2 343.67 0.63 0.49
Hex CC 2E 59 0 4D 38 14 158 3F 31
Octal 314 56 131 0 115 70 24 530 77 61
Binary 11001100 101110 1011001 0 1001101 111000 10100 101011000 111111 110001

Color Harmonies of #CC2E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E59

Black with #CC2E59

Text Example


Text Example

White with #CC2E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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