#C76460

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

Shades of Indian Red #C76460

Tints of Indian Red #C76460

Color information

#C76460 (or 0xC76460) is unknown color: approx Indian Red. HEX triplet: C7, 64 and 60. RGB value is (199,100,96). Sum of RGB (Red+Green+Blue) = 199+100+96=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C76460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76460 is #389B9F. Grayscale: #818181. Windows color (decimal): -3709856 or 6317255. OLE color: 6317255.

HSL color Cylindrical-coordinate representation of color #C76460: hue angle of 2.33º degrees, saturation: 0.48, 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 #C76460 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19910096-
CMYK00.500.520.22
HSL2.33º47.91%57.84%-
HSV(B)2.33º51.76%78.04%-
XYZ30.2222.113.74-
YUV129.14109.3177.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.38%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=50.38%
G=25.32%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991009600.500.520.222.3347.9157.84
HexC7646003234162303a
Octal307144140062642626072
Binary110001111100100110000001100101101001011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76460; }

 p { color: rgb(199,100,96); }

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

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

 a { background-color: rgb(199,100,96); }

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

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

 span { border-color: rgb(199,100,96); }

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