Html Css Color HEX #C86462 Indian Red

📋 copy color: '#C86462'

red 200 ◦ green 100 ◦ blue 98

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

Shades of Indian Red #C86462

Tints of Indian Red #C86462

RGB

 RED value IS 200 (78.52% from 255) = 50.25%

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 50.25%
G = 25.13%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C86462 (or 0xC86462) is known color: Indian Red. HEX triplet: C8, 64 and 62. RGB value is (200,100,98). Sum of RGB (Red+Green+Blue) = 200+100+98=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86462 is #379B9D. Grayscale: #818181. Windows color (decimal): -3644318 or 6448328. OLE color: 6448328.

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

Color convert

RGB 200 100 98 -
CMYK 0 0.5 0.51 0.22
HSL 1.18º 0.48% 0.58% -
HSV(B) 1.18º 0.51% 0.78% -
XYZ 30.58 22.28 14.24 -
YUV 129.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 200 100 98 0 0.5 0.51 0.22 1.18 0.48 0.58
Hex C8 64 62 0 32 33 16 1 30 3A
Octal 310 144 142 0 62 63 26 1 60 72
Binary 11001000 1100100 1100010 0 110010 110011 10110 1 110000 111010

Color Harmonies of #C86462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86462

Black with #C86462

Text Example


Text Example

White with #C86462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86462; }

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

 H1.HeaderClassName
 {
   color: #C86462;
 }
 .AnyTagClassName
 {
   color: #C86462;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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