#C76464

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

Shades of Indian Red #C76464

Tints of Indian Red #C76464

Color information

#C76464 (or 0xC76464) is unknown color: approx Indian Red. HEX triplet: C7, 64 and 64. RGB value is (199,100,100). Sum of RGB (Red+Green+Blue) = 199+100+100=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76464 is #389B9B. Grayscale: #818181. Windows color (decimal): -3709852 or 6579399. OLE color: 6579399.

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

Color convert

RGB199100100-
CMYK00.500.500.22
HSL46.92%58.63%-
HSV(B)49.75%78.04%-
XYZ30.4122.1814.73-
YUV129.6111.3177.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=49.87%
G=25.06%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910010000.500.500.22046.9258.63
HexC76464032321602f3b
Octal307144144062622605773
Binary11000111110010011001000110010110010101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76464; }

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

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

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

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

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

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

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

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