Html Css Color HEX #C86361 Indian Red

📋 copy color: '#C86361'

red 200 ◦ green 99 ◦ blue 97

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

Shades of Indian Red #C86361

Tints of Indian Red #C86361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

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

R = 50.51%
G = 25%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C86361 (or 0xC86361) is known color: Indian Red. HEX triplet: C8, 63 and 61. RGB value is (200,99,97). Sum of RGB (Red+Green+Blue) = 200+99+97=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C86361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86361 is #379C9E. Grayscale: #818181. Windows color (decimal): -3644575 or 6382536. OLE color: 6382536.

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

Color convert

RGB 200 99 97 -
CMYK 0 0.50 0.52 0.22
HSL 1.17º 0.48% 0.58% -
HSV(B) 1.17º 0.52% 0.78% -
XYZ 30.44 22.07 13.96 -
YUV 128.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 200 99 97 0 0.50 0.52 0.22 1.17 0.48 0.58
Hex C8 63 61 0 32 34 16 1 30 3A
Octal 310 143 141 0 62 64 26 1 60 72
Binary 11001000 1100011 1100001 0 110010 110100 10110 1 110000 111010

Color Harmonies of #C86361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86361

Black with #C86361

Text Example


Text Example

White with #C86361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86361; }

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

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

background-color css

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

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

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

border-color css

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

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

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