Html Css Color HEX #CC2959 Old Rose

📋 copy color: '#CC2959'

red 204 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #CC2959

Tints of Old Rose #CC2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 61.08%
G = 12.28%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC2959 (or 0xCC2959) is known color: Old Rose. HEX triplet: CC, 29 and 59. RGB value is (204,41,89). Sum of RGB (Red+Green+Blue) = 204+41+89=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2959 is #33D6A6. Grayscale: #5F5F5F. Windows color (decimal): -3397287 or 5843404. OLE color: 5843404.

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

Color convert

RGB 204 41 89 -
CMYK 0 0.80 0.56 0.2
HSL 342.33º 0.67% 0.48% -
HSV(B) 342.33º 0.8% 0.8% -
XYZ 27.5 15.14 10.93 -
YUV 95.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 204 41 89 0 0.80 0.56 0.2 342.33 0.67 0.48
Hex CC 29 59 0 50 38 14 156 43 30
Octal 314 51 131 0 120 70 24 526 103 60
Binary 11001100 101001 1011001 0 1010000 111000 10100 101010110 1000011 110000

Color Harmonies of #CC2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2959

Black with #CC2959

Text Example


Text Example

White with #CC2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2959; }

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

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

background-color css

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

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

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

border-color css

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

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

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