Html Css Color HEX #C86C11 Chocolate

📋 copy color: '#C86C11'

red 200 ◦ green 108 ◦ blue 17

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

Shades of Chocolate #C86C11

Tints of Chocolate #C86C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.23%

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 61.54%
G = 33.23%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C86C11 (or 0xC86C11) is known color: Chocolate. HEX triplet: C8, 6C and 11. RGB value is (200,108,17). Sum of RGB (Red+Green+Blue) = 200+108+17=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C11 is #3793EE. Grayscale: #7D7D7D. Windows color (decimal): -3642351 or 1141960. OLE color: 1141960.

HSL color Cylindrical-coordinate representation of color #C86C11: hue angle of 29.84º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C86C11 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 108 17 -
CMYK 0 0.46 0.92 0.22
HSL 29.84º 0.84% 0.43% -
HSV(B) 29.84º 0.92% 0.78% -
XYZ 29.28 23.04 3.44 -
YUV 125.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 200 108 17 0 0.46 0.92 0.22 29.84 0.84 0.43
Hex C8 6C 11 0 2E 5C 16 1E 54 2B
Octal 310 154 21 0 56 134 26 36 124 53
Binary 11001000 1101100 10001 0 101110 1011100 10110 11110 1010100 101011

Color Harmonies of #C86C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C11

Black with #C86C11

Text Example


Text Example

White with #C86C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C11; }

 p { color: rgb(200,108,17); }

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

background-color css

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

 a { background-color: rgb(200,108,17); }

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

border-color css

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

 span { border-color: rgb(200,108,17); }

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