#C86463

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

Shades of Indian Red #C86463

Tints of Indian Red #C86463

Color information

#C86463 (or 0xC86463) is unknown color: approx Indian Red. HEX triplet: C8, 64 and 63. RGB value is (200,100,99). Sum of RGB (Red+Green+Blue) = 200+100+99=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86463 is #379B9C. Grayscale: #818181. Windows color (decimal): -3644317 or 6513864. OLE color: 6513864.

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

Color convert

RGB20010099-
CMYK00.50.500.22
HSL0.59º47.87%58.63%-
HSV(B)0.59º50.5%78.43%-
XYZ30.6322.2914.49-
YUV129.79110.63178.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=50.13%
G=25.06%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001009900.50.500.220.5947.8758.63
HexC8646303232161303b
Octal310144143062622616073
Binary11001000110010011000110110010110010101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86463; }

 p { color: rgb(200,100,99); }

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

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

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

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

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

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

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