Shades of Chocolate #C96A0E
Tints of Chocolate #C96A0E
RGB
CMYK
RGB Variations
Color information
#C96A0E (or 0xC96A0E) is known color: Chocolate. HEX triplet: C9, 6A and 0E. RGB value is (201,106,14). Sum of RGB (Red+Green+Blue) = 201+106+14=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A0E is #3695F1. Grayscale: #7C7C7C. Windows color (decimal): -3577330 or 944841. OLE color: 944841.
HSL color Cylindrical-coordinate representation of color #C96A0E: hue angle of 29.52º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C96A0E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 14 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.21 |
| HSL | 29.52º | 0.87% | 0.42% | - |
| HSV(B) | 29.52º | 0.93% | 0.79% | - |
| XYZ | 29.32 | 22.76 | 3.26 | - |
| YUV | 123.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 14 | 0 | 0.47 | 0.93 | 0.21 | 29.52 | 0.87 | 0.42 |
| Hex | C9 | 6A | E | 0 | 2F | 5D | 15 | 1E | 57 | 2A |
| Octal | 311 | 152 | 16 | 0 | 57 | 135 | 25 | 36 | 127 | 52 |
| Binary | 11001001 | 1101010 | 1110 | 0 | 101111 | 1011101 | 10101 | 11110 | 1010111 | 101010 |
Color Harmonies of #C96A0E
Complementary color
Monochromatic Colors of #C96A0E
Black with #C96A0E
Text Example
Text Example
White with #C96A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A0E; }
p { color: rgb(201,106,14); }
H1.HeaderClassName
{
color: #C96A0E;
}
.AnyTagClassName
{
color: #C96A0E;
}
</style>
background-color css
<style>
a { background-color: #C96A0E; }
a { background-color: rgb(201,106,14); }
div.DivClassName
{
background-color: #C96A0E;
}
.BgClassName
{
background-color: #C96A0E;
}
</style>
border-color css
<style>
span { border-color: #C96A0E; }
span { border-color: rgb(201,106,14); }
td.TdClassName
{
border-color: #C96A0E;
}
.TagClassName
{
border-color: #C96A0E;
}
</style>