#C86360

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

Shades of Indian Red #C86360

Tints of Indian Red #C86360

Color information

#C86360 (or 0xC86360) is unknown color: approx Indian Red. HEX triplet: C8, 63 and 60. RGB value is (200,99,96). Sum of RGB (Red+Green+Blue) = 200+99+96=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C86360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86360 is #379C9F. Grayscale: #808080. Windows color (decimal): -3644576 or 6317000. OLE color: 6317000.

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

Color convert

RGB2009996-
CMYK00.500.520.22
HSL1.73º48.6%58.04%-
HSV(B)1.73º52%78.43%-
XYZ30.3922.0513.72-
YUV128.86109.46178.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=50.63%
G=25.06%
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
Decimal200999600.500.520.221.7348.658.04
HexC8636003234162313a
Octal310143140062642626172
Binary110010001100011110000001100101101001011010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86360; }

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

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

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

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

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

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

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

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