#CC5959

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

Shades of Indian Red #CC5959

Tints of Indian Red #CC5959

Color information

#CC5959 (or 0xCC5959) is unknown color: approx Indian Red. HEX triplet: CC, 59 and 59. RGB value is (204,89,89). Sum of RGB (Red+Green+Blue) = 204+89+89=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5959 is #33A6A6. Grayscale: #7B7B7B. Windows color (decimal): -3384999 or 5855692. OLE color: 5855692.

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

Color convert

RGB2048989-
CMYK00.560.560.2
HSL53%57.45%-
HSV(B)56.37%80%-
XYZ30.2820.711.85-
YUV123.38108.6185.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=53.40%
G=23.30%
B=23.30%

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
Decimal204898900.560.560.205357.45
HexCC5959038381403539
Octal314131131070702406571
Binary11001100101100110110010111000111000101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5959; }

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

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

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

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

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

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

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

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