Html Css Color HEX #CC5A57 Indian Red

📋 copy color: '#CC5A57'

red 204 ◦ green 90 ◦ blue 87

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

Shades of Indian Red #CC5A57

Tints of Indian Red #CC5A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 53.54%
G = 23.62%
B = 22.83%

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

#CC5A57 (or 0xCC5A57) is known color: Indian Red. HEX triplet: CC, 5A and 57. RGB value is (204,90,87). Sum of RGB (Red+Green+Blue) = 204+90+87=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A57 is #33A5A8. Grayscale: #7B7B7B. Windows color (decimal): -3384745 or 5724876. OLE color: 5724876.

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

Color convert

RGB 204 90 87 -
CMYK 0 0.56 0.57 0.2
HSL 1.54º 0.53% 0.57% -
HSV(B) 1.54º 0.57% 0.8% -
XYZ 30.28 20.84 11.44 -
YUV 123.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 204 90 87 0 0.56 0.57 0.2 1.54 0.53 0.57
Hex CC 5A 57 0 38 39 14 2 35 39
Octal 314 132 127 0 70 71 24 2 65 71
Binary 11001100 1011010 1010111 0 111000 111001 10100 10 110101 111001

Color Harmonies of #CC5A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A57

Black with #CC5A57

Text Example


Text Example

White with #CC5A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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