Shades of Chocolate #C86C26
Tints of Chocolate #C86C26
RGB
CMYK
RGB Variations
Color information
#C86C26 (or 0xC86C26) is known color: Chocolate. HEX triplet: C8, 6C and 26. RGB value is (200,108,38). Sum of RGB (Red+Green+Blue) = 200+108+38=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C26 is #3793D9. Grayscale: #7F7F7F. Windows color (decimal): -3642330 or 2518216. OLE color: 2518216.
HSL color Cylindrical-coordinate representation of color #C86C26: hue angle of 25.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C86C26 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 38 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.22 |
| HSL | 25.93º | 0.68% | 0.47% | - |
| HSV(B) | 25.93º | 0.81% | 0.78% | - |
| XYZ | 29.53 | 23.14 | 4.74 | - |
| YUV | 127.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 38 | 0 | 0.46 | 0.81 | 0.22 | 25.93 | 0.68 | 0.47 |
| Hex | C8 | 6C | 26 | 0 | 2E | 51 | 16 | 1A | 44 | 2F |
| Octal | 310 | 154 | 46 | 0 | 56 | 121 | 26 | 32 | 104 | 57 |
| Binary | 11001000 | 1101100 | 100110 | 0 | 101110 | 1010001 | 10110 | 11010 | 1000100 | 101111 |
Color Harmonies of #C86C26
Complementary color
Monochromatic Colors of #C86C26
Black with #C86C26
Text Example
Text Example
White with #C86C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C26; }
p { color: rgb(200,108,38); }
H1.HeaderClassName
{
color: #C86C26;
}
.AnyTagClassName
{
color: #C86C26;
}
</style>
background-color css
<style>
a { background-color: #C86C26; }
a { background-color: rgb(200,108,38); }
div.DivClassName
{
background-color: #C86C26;
}
.BgClassName
{
background-color: #C86C26;
}
</style>
border-color css
<style>
span { border-color: #C86C26; }
span { border-color: rgb(200,108,38); }
td.TdClassName
{
border-color: #C86C26;
}
.TagClassName
{
border-color: #C86C26;
}
</style>