#C66160

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

Shades of Indian Red #C66160

Tints of Indian Red #C66160

Color information

#C66160 (or 0xC66160) is unknown color: approx Indian Red. HEX triplet: C6, 61 and 60. RGB value is (198,97,96). Sum of RGB (Red+Green+Blue) = 198+97+96=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C66160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66160 is #399E9F. Grayscale: #7F7F7F. Windows color (decimal): -3776160 or 6316486. OLE color: 6316486.

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

Color convert

RGB1989796-
CMYK00.510.520.22
HSL0.59º47.22%57.65%-
HSV(B)0.59º51.52%77.65%-
XYZ29.6721.413.63-
YUV127.08110.46178.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=50.64%
G=24.81%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198979600.510.520.220.5947.2257.65
HexC66160033341612f3a
Octal306141140063642615772
Binary11000110110000111000000110011110100101101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66160; }

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

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

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

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

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

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

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

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