Html Css Color HEX #C86A11 Chocolate

📋 copy color: '#C86A11'

red 200 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #C86A11

Tints of Chocolate #C86A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

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

R = 61.92%
G = 32.82%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C86A11 (or 0xC86A11) is known color: Chocolate. HEX triplet: C8, 6A and 11. RGB value is (200,106,17). Sum of RGB (Red+Green+Blue) = 200+106+17=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86A11 is #3795EE. Grayscale: #7C7C7C. Windows color (decimal): -3642863 or 1141448. OLE color: 1141448.

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

Color convert

RGB 200 106 17 -
CMYK 0 0.47 0.92 0.22
HSL 29.18º 0.84% 0.43% -
HSV(B) 29.18º 0.92% 0.78% -
XYZ 29.07 22.63 3.37 -
YUV 123.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 200 106 17 0 0.47 0.92 0.22 29.18 0.84 0.43
Hex C8 6A 11 0 2F 5C 16 1D 54 2B
Octal 310 152 21 0 57 134 26 35 124 53
Binary 11001000 1101010 10001 0 101111 1011100 10110 11101 1010100 101011

Color Harmonies of #C86A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A11

Black with #C86A11

Text Example


Text Example

White with #C86A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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