Html Css Color HEX #CC5957 Indian Red

📋 copy color: '#CC5957'

red 204 ◦ green 89 ◦ blue 87

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

Shades of Indian Red #CC5957

Tints of Indian Red #CC5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

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

R = 53.68%
G = 23.42%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC5957 (or 0xCC5957) is known color: Indian Red. HEX triplet: CC, 59 and 57. RGB value is (204,89,87). Sum of RGB (Red+Green+Blue) = 204+89+87=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5957 is #33A6A8. Grayscale: #7B7B7B. Windows color (decimal): -3385001 or 5724620. OLE color: 5724620.

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

Color convert

RGB 204 89 87 -
CMYK 0 0.56 0.57 0.2
HSL 1.03º 0.53% 0.57% -
HSV(B) 1.03º 0.57% 0.8% -
XYZ 30.19 20.67 11.42 -
YUV 123.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 204 89 87 0 0.56 0.57 0.2 1.03 0.53 0.57
Hex CC 59 57 0 38 39 14 1 35 39
Octal 314 131 127 0 70 71 24 1 65 71
Binary 11001100 1011001 1010111 0 111000 111001 10100 1 110101 111001

Color Harmonies of #CC5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5957

Black with #CC5957

Text Example


Text Example

White with #CC5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5957; }

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

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

background-color css

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

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

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

border-color css

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

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

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