Shades of Chocolate #C96C14
Tints of Chocolate #C96C14
RGB
CMYK
RGB Variations
Color information
#C96C14 (or 0xC96C14) is known color: Chocolate. HEX triplet: C9, 6C and 14. RGB value is (201,108,20). Sum of RGB (Red+Green+Blue) = 201+108+20=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C14 is #3693EB. Grayscale: #7E7E7E. Windows color (decimal): -3576812 or 1338569. OLE color: 1338569.
HSL color Cylindrical-coordinate representation of color #C96C14: hue angle of 29.17º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C96C14 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.21 |
| HSL | 29.17º | 0.82% | 0.43% | - |
| HSV(B) | 29.17º | 0.9% | 0.79% | - |
| XYZ | 29.58 | 23.19 | 3.58 | - |
| YUV | 125.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 20 | 0 | 0.46 | 0.90 | 0.21 | 29.17 | 0.82 | 0.43 |
| Hex | C9 | 6C | 14 | 0 | 2E | 5A | 15 | 1D | 52 | 2B |
| Octal | 311 | 154 | 24 | 0 | 56 | 132 | 25 | 35 | 122 | 53 |
| Binary | 11001001 | 1101100 | 10100 | 0 | 101110 | 1011010 | 10101 | 11101 | 1010010 | 101011 |
Color Harmonies of #C96C14
Complementary color
Monochromatic Colors of #C96C14
Black with #C96C14
Text Example
Text Example
White with #C96C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C14; }
p { color: rgb(201,108,20); }
H1.HeaderClassName
{
color: #C96C14;
}
.AnyTagClassName
{
color: #C96C14;
}
</style>
background-color css
<style>
a { background-color: #C96C14; }
a { background-color: rgb(201,108,20); }
div.DivClassName
{
background-color: #C96C14;
}
.BgClassName
{
background-color: #C96C14;
}
</style>
border-color css
<style>
span { border-color: #C96C14; }
span { border-color: rgb(201,108,20); }
td.TdClassName
{
border-color: #C96C14;
}
.TagClassName
{
border-color: #C96C14;
}
</style>