Html Css Color HEX #C86D0C Chocolate

📋 copy color: '#C86D0C'

red 200 ◦ green 109 ◦ blue 12

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

Shades of Chocolate #C86D0C

Tints of Chocolate #C86D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.96%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 62.31%
G = 33.96%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C86D0C (or 0xC86D0C) is known color: Chocolate. HEX triplet: C8, 6D and 0C. RGB value is (200,109,12). Sum of RGB (Red+Green+Blue) = 200+109+12=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D0C is #3792F3. Grayscale: #7D7D7D. Windows color (decimal): -3642100 or 814536. OLE color: 814536.

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

Color convert

RGB 200 109 12 -
CMYK 0 0.46 0.94 0.22
HSL 30.96º 0.89% 0.42% -
HSV(B) 30.96º 0.94% 0.78% -
XYZ 29.35 23.24 3.29 -
YUV 125.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 200 109 12 0 0.46 0.94 0.22 30.96 0.89 0.42
Hex C8 6D C 0 2E 5E 16 1F 59 2A
Octal 310 155 14 0 56 136 26 37 131 52
Binary 11001000 1101101 1100 0 101110 1011110 10110 11111 1011001 101010

Color Harmonies of #C86D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D0C

Black with #C86D0C

Text Example


Text Example

White with #C86D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D0C; }

 p { color: rgb(200,109,12); }

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

background-color css

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

 a { background-color: rgb(200,109,12); }

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

border-color css

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

 span { border-color: rgb(200,109,12); }

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