Html Css Color HEX #C86461 Indian Red

📋 copy color: '#C86461'

red 200 ◦ green 100 ◦ blue 97

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

Shades of Indian Red #C86461

Tints of Indian Red #C86461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.43%

R = 50.38%
G = 25.19%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C86461 (or 0xC86461) is known color: Indian Red. HEX triplet: C8, 64 and 61. RGB value is (200,100,97). Sum of RGB (Red+Green+Blue) = 200+100+97=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86461 is #379B9E. Grayscale: #818181. Windows color (decimal): -3644319 or 6382792. OLE color: 6382792.

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

Color convert

RGB 200 100 97 -
CMYK 0 0.5 0.52 0.22
HSL 1.75º 0.48% 0.58% -
HSV(B) 1.75º 0.52% 0.78% -
XYZ 30.53 22.26 14 -
YUV 129.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 200 100 97 0 0.5 0.52 0.22 1.75 0.48 0.58
Hex C8 64 61 0 32 34 16 2 30 3A
Octal 310 144 141 0 62 64 26 2 60 72
Binary 11001000 1100100 1100001 0 110010 110100 10110 10 110000 111010

Color Harmonies of #C86461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86461

Black with #C86461

Text Example


Text Example

White with #C86461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86461; }

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

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

background-color css

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

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

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

border-color css

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

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

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