Html Css Color HEX #CC3959 Old Rose

📋 copy color: '#CC3959'

red 204 ◦ green 57 ◦ blue 89

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

Shades of Old Rose #CC3959

Tints of Old Rose #CC3959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 58.29%
G = 16.29%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC3959 (or 0xCC3959) is known color: Old Rose. HEX triplet: CC, 39 and 59. RGB value is (204,57,89). Sum of RGB (Red+Green+Blue) = 204+57+89=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3959 is #33C6A6. Grayscale: #686868. Windows color (decimal): -3393191 or 5847500. OLE color: 5847500.

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

Color convert

RGB 204 57 89 -
CMYK 0 0.72 0.56 0.2
HSL 346.94º 0.59% 0.51% -
HSV(B) 346.94º 0.72% 0.8% -
XYZ 28.17 16.48 11.15 -
YUV 104.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 204 57 89 0 0.72 0.56 0.2 346.94 0.59 0.51
Hex CC 39 59 0 48 38 14 15B 3B 33
Octal 314 71 131 0 110 70 24 533 73 63
Binary 11001100 111001 1011001 0 1001000 111000 10100 101011011 111011 110011

Color Harmonies of #CC3959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3959

Black with #CC3959

Text Example


Text Example

White with #CC3959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3959; }

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

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

background-color css

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

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

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

border-color css

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

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

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