Html Css Color HEX #C86116 Chocolate

📋 copy color: '#C86116'

red 200 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #C86116

Tints of Chocolate #C86116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 62.7%
G = 30.41%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C86116 (or 0xC86116) is known color: Chocolate. HEX triplet: C8, 61 and 16. RGB value is (200,97,22). Sum of RGB (Red+Green+Blue) = 200+97+22=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C86116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86116 is #379EE9. Grayscale: #777777. Windows color (decimal): -3645162 or 1466824. OLE color: 1466824.

HSL color Cylindrical-coordinate representation of color #C86116: hue angle of 25.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C86116 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 22 -
CMYK 0 0.52 0.89 0.22
HSL 25.28º 0.8% 0.44% -
HSV(B) 25.28º 0.89% 0.78% -
XYZ 28.24 20.89 3.3 -
YUV 119.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 200 97 22 0 0.52 0.89 0.22 25.28 0.8 0.44
Hex C8 61 16 0 34 59 16 19 50 2C
Octal 310 141 26 0 64 131 26 31 120 54
Binary 11001000 1100001 10110 0 110100 1011001 10110 11001 1010000 101100

Color Harmonies of #C86116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86116

Black with #C86116

Text Example


Text Example

White with #C86116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86116; }

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

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

background-color css

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

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

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

border-color css

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

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

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