Html Css Color HEX #C86562 Indian Red

📋 copy color: '#C86562'

red 200 ◦ green 101 ◦ blue 98

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

Shades of Indian Red #C86562

Tints of Indian Red #C86562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 50.13%
G = 25.31%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C86562 (or 0xC86562) is known color: Indian Red. HEX triplet: C8, 65 and 62. RGB value is (200,101,98). Sum of RGB (Red+Green+Blue) = 200+101+98=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86562 is #379A9D. Grayscale: #828282. Windows color (decimal): -3644062 or 6448584. OLE color: 6448584.

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

Color convert

RGB 200 101 98 -
CMYK 0 0.49 0.51 0.22
HSL 1.76º 0.48% 0.58% -
HSV(B) 1.76º 0.51% 0.78% -
XYZ 30.68 22.47 14.28 -
YUV 130.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 200 101 98 0 0.49 0.51 0.22 1.76 0.48 0.58
Hex C8 65 62 0 31 33 16 2 30 3A
Octal 310 145 142 0 61 63 26 2 60 72
Binary 11001000 1100101 1100010 0 110001 110011 10110 10 110000 111010

Color Harmonies of #C86562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86562

Black with #C86562

Text Example


Text Example

White with #C86562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86562; }

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

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

background-color css

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

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

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

border-color css

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

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

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