Shades of Chocolate #C96A15
Tints of Chocolate #C96A15
RGB
CMYK
RGB Variations
Color information
#C96A15 (or 0xC96A15) is known color: Chocolate. HEX triplet: C9, 6A and 15. RGB value is (201,106,21). Sum of RGB (Red+Green+Blue) = 201+106+21=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A15 is #3695EA. Grayscale: #7D7D7D. Windows color (decimal): -3577323 or 1403593. OLE color: 1403593.
HSL color Cylindrical-coordinate representation of color #C96A15: hue angle of 28.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C96A15 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.21 |
| HSL | 28.33º | 0.81% | 0.44% | - |
| HSV(B) | 28.33º | 0.9% | 0.79% | - |
| XYZ | 29.38 | 22.78 | 3.56 | - |
| YUV | 124.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 21 | 0 | 0.47 | 0.90 | 0.21 | 28.33 | 0.81 | 0.44 |
| Hex | C9 | 6A | 15 | 0 | 2F | 5A | 15 | 1C | 51 | 2C |
| Octal | 311 | 152 | 25 | 0 | 57 | 132 | 25 | 34 | 121 | 54 |
| Binary | 11001001 | 1101010 | 10101 | 0 | 101111 | 1011010 | 10101 | 11100 | 1010001 | 101100 |
Color Harmonies of #C96A15
Complementary color
Monochromatic Colors of #C96A15
Black with #C96A15
Text Example
Text Example
White with #C96A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A15; }
p { color: rgb(201,106,21); }
H1.HeaderClassName
{
color: #C96A15;
}
.AnyTagClassName
{
color: #C96A15;
}
</style>
background-color css
<style>
a { background-color: #C96A15; }
a { background-color: rgb(201,106,21); }
div.DivClassName
{
background-color: #C96A15;
}
.BgClassName
{
background-color: #C96A15;
}
</style>
border-color css
<style>
span { border-color: #C96A15; }
span { border-color: rgb(201,106,21); }
td.TdClassName
{
border-color: #C96A15;
}
.TagClassName
{
border-color: #C96A15;
}
</style>