#CC6160

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

Shades of Indian Red #CC6160

Tints of Indian Red #CC6160

Color information

#CC6160 (or 0xCC6160) is unknown color: approx Indian Red. HEX triplet: CC, 61 and 60. RGB value is (204,97,96). Sum of RGB (Red+Green+Blue) = 204+97+96=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6160 is #339E9F. Grayscale: #808080. Windows color (decimal): -3382944 or 6316492. OLE color: 6316492.

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

Color convert

RGB2049796-
CMYK00.520.530.2
HSL0.56º51.43%58.82%-
HSV(B)0.56º52.94%80%-
XYZ31.2922.2313.71-
YUV128.88109.45181.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=51.39%
G=24.43%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204979600.520.530.20.5651.4358.82
HexCC616003435141333b
Octal314141140064652416373
Binary11001100110000111000000110100110101101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6160; }

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

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

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

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

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

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

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

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