#C86262

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

Shades of Indian Red #C86262

Tints of Indian Red #C86262

Color information

#C86262 (or 0xC86262) is unknown color: approx Indian Red. HEX triplet: C8, 62 and 62. RGB value is (200,98,98). Sum of RGB (Red+Green+Blue) = 200+98+98=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C86262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86262 is #379D9D. Grayscale: #808080. Windows color (decimal): -3644830 or 6447816. OLE color: 6447816.

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

Color convert

RGB2009898-
CMYK00.510.510.22
HSL48.11%58.43%-
HSV(B)51%78.43%-
XYZ30.3921.914.18-
YUV128.5110.79179-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.51%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=50.51%
G=24.75%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200989800.510.510.22048.1158.43
HexC8626203333160303a
Octal310142142063632606072
Binary11001000110001011000100110011110011101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86262; }

 p { color: rgb(200,98,98); }

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

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

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

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

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

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

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