#CC5A59

Color #CC5A59 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CC5A59

Tints of Indian Red #CC5A59

Color information

#CC5A59 (or 0xCC5A59) is unknown color: approx Indian Red. HEX triplet: CC, 5A and 59. RGB value is (204,90,89). Sum of RGB (Red+Green+Blue) = 204+90+89=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A59 is #33A5A6. Grayscale: #7C7C7C. Windows color (decimal): -3384743 or 5855948. OLE color: 5855948.

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

Color convert

RGB2049089-
CMYK00.560.560.2
HSL0.52º53%57.45%-
HSV(B)0.52º56.37%80%-
XYZ30.3620.8711.88-
YUV123.97108.27185.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=53.26%
G=23.50%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204908900.560.560.20.525357.45
HexCC5A59038381413539
Octal314132131070702416571
Binary11001100101101010110010111000111000101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A59; }

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

 H1.HeaderClassName
 {
   color: #CC5A59;
 }
 .AnyTagClassName
 {
   color: #CC5A59;
 }
</style>
background-color css

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

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

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

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

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

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