#CC6059

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

Shades of Indian Red #CC6059

Tints of Indian Red #CC6059

Color information

#CC6059 (or 0xCC6059) is unknown color: approx Indian Red. HEX triplet: CC, 60 and 59. RGB value is (204,96,89). Sum of RGB (Red+Green+Blue) = 204+96+89=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6059 is #339FA6. Grayscale: #7F7F7F. Windows color (decimal): -3383207 or 5857484. OLE color: 5857484.

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

Color convert

RGB2049689-
CMYK00.530.560.2
HSL3.65º53%57.45%-
HSV(B)3.65º56.37%80%-
XYZ30.8921.9212.06-
YUV127.49106.28182.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=52.44%
G=24.68%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204968900.530.560.23.655357.45
HexCC6059035381443539
Octal314140131065702446571
Binary1100110011000001011001011010111100010100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6059; }

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

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

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

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

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

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

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

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