Html Css Color HEX #CC3557 Old Rose

📋 copy color: '#CC3557'

red 204 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #CC3557

Tints of Old Rose #CC3557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 59.3%
G = 15.41%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC3557 (or 0xCC3557) is known color: Old Rose. HEX triplet: CC, 35 and 57. RGB value is (204,53,87). Sum of RGB (Red+Green+Blue) = 204+53+87=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3557 is #33CAA8. Grayscale: #666666. Windows color (decimal): -3394217 or 5715404. OLE color: 5715404.

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

Color convert

RGB 204 53 87 -
CMYK 0 0.74 0.57 0.2
HSL 346.49º 0.6% 0.5% -
HSV(B) 346.49º 0.74% 0.8% -
XYZ 27.9 16.07 10.65 -
YUV 102.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 204 53 87 0 0.74 0.57 0.2 346.49 0.6 0.5
Hex CC 35 57 0 4A 39 14 15A 3C 32
Octal 314 65 127 0 112 71 24 532 74 62
Binary 11001100 110101 1010111 0 1001010 111001 10100 101011010 111100 110010

Color Harmonies of #CC3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3557

Black with #CC3557

Text Example


Text Example

White with #CC3557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3557; }

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

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

background-color css

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

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

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

border-color css

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

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

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