Shades of Chocolate #C86212
Tints of Chocolate #C86212
RGB
CMYK
RGB Variations
Color information
#C86212 (or 0xC86212) is known color: Chocolate. HEX triplet: C8, 62 and 12. RGB value is (200,98,18). Sum of RGB (Red+Green+Blue) = 200+98+18=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C86212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86212 is #379DED. Grayscale: #777777. Windows color (decimal): -3644910 or 1204936. OLE color: 1204936.
HSL color Cylindrical-coordinate representation of color #C86212: hue angle of 26.37º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C86212 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.22 |
| HSL | 26.37º | 0.83% | 0.43% | - |
| HSV(B) | 26.37º | 0.91% | 0.78% | - |
| XYZ | 28.3 | 21.06 | 3.15 | - |
| YUV | 119.38 | 70.79 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 18 | 0 | 0.51 | 0.91 | 0.22 | 26.37 | 0.83 | 0.43 |
| Hex | C8 | 62 | 12 | 0 | 33 | 5B | 16 | 1A | 53 | 2B |
| Octal | 310 | 142 | 22 | 0 | 63 | 133 | 26 | 32 | 123 | 53 |
| Binary | 11001000 | 1100010 | 10010 | 0 | 110011 | 1011011 | 10110 | 11010 | 1010011 | 101011 |
Color Harmonies of #C86212
Complementary color
Monochromatic Colors of #C86212
Black with #C86212
Text Example
Text Example
White with #C86212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86212; }
p { color: rgb(200,98,18); }
H1.HeaderClassName
{
color: #C86212;
}
.AnyTagClassName
{
color: #C86212;
}
</style>
background-color css
<style>
a { background-color: #C86212; }
a { background-color: rgb(200,98,18); }
div.DivClassName
{
background-color: #C86212;
}
.BgClassName
{
background-color: #C86212;
}
</style>
border-color css
<style>
span { border-color: #C86212; }
span { border-color: rgb(200,98,18); }
td.TdClassName
{
border-color: #C86212;
}
.TagClassName
{
border-color: #C86212;
}
</style>