Html Css Color HEX #C86463 Indian Red

📋 copy color: '#C86463'

red 200 ◦ green 100 ◦ blue 99

#C86463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #C86463

Tints of Indian Red #C86463

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 value IS 0

 M value IS 0.5

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C86463 (or 0xC86463) is known color: 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

RGB 200 100 99 -
CMYK 0 0.5 0.50 0.22
HSL 0.59º 0.48% 0.59% -
HSV(B) 0.59º 0.51% 0.78% -
XYZ 30.63 22.29 14.49 -
YUV 129.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 200 100 99 0 0.5 0.50 0.22 0.59 0.48 0.59
Hex C8 64 63 0 32 32 16 1 30 3B
Octal 310 144 143 0 62 62 26 1 60 73
Binary 11001000 1100100 1100011 0 110010 110010 10110 1 110000 111011

Color Harmonies of #C86463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86463

Black with #C86463

Text Example


Text Example

White with #C86463

Text Example


Text Example

HTML Codes & Css Web 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>