Html Css Color HEX #CC3559 Old Rose

📋 copy color: '#CC3559'

red 204 ◦ green 53 ◦ blue 89

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

Shades of Old Rose #CC3559

Tints of Old Rose #CC3559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

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

R = 58.96%
G = 15.32%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC3559 (or 0xCC3559) is known color: Old Rose. HEX triplet: CC, 35 and 59. RGB value is (204,53,89). Sum of RGB (Red+Green+Blue) = 204+53+89=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3559 is #33CAA6. Grayscale: #666666. Windows color (decimal): -3394215 or 5846476. OLE color: 5846476.

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

Color convert

RGB 204 53 89 -
CMYK 0 0.74 0.56 0.2
HSL 345.7º 0.6% 0.5% -
HSV(B) 345.7º 0.74% 0.8% -
XYZ 27.98 16.1 11.09 -
YUV 102.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 204 53 89 0 0.74 0.56 0.2 345.7 0.6 0.5
Hex CC 35 59 0 4A 38 14 15A 3C 32
Octal 314 65 131 0 112 70 24 532 74 62
Binary 11001100 110101 1011001 0 1001010 111000 10100 101011010 111100 110010

Color Harmonies of #CC3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3559

Black with #CC3559

Text Example


Text Example

White with #CC3559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3559; }

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

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

background-color css

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

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

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

border-color css

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

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

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