Shades of Chocolate #C96F10
Tints of Chocolate #C96F10
RGB
CMYK
RGB Variations
Color information
#C96F10 (or 0xC96F10) is known color: Chocolate. HEX triplet: C9, 6F and 10. RGB value is (201,111,16). Sum of RGB (Red+Green+Blue) = 201+111+16=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F10 is #3690EF. Grayscale: #7F7F7F. Windows color (decimal): -3576048 or 1077193. OLE color: 1077193.
HSL color Cylindrical-coordinate representation of color #C96F10: hue angle of 30.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C96F10 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 16 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.21 |
| HSL | 30.81º | 0.85% | 0.43% | - |
| HSV(B) | 30.81º | 0.92% | 0.79% | - |
| XYZ | 29.87 | 23.82 | 3.51 | - |
| YUV | 127.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 16 | 0 | 0.45 | 0.92 | 0.21 | 30.81 | 0.85 | 0.43 |
| Hex | C9 | 6F | 10 | 0 | 2D | 5C | 15 | 1F | 55 | 2B |
| Octal | 311 | 157 | 20 | 0 | 55 | 134 | 25 | 37 | 125 | 53 |
| Binary | 11001001 | 1101111 | 10000 | 0 | 101101 | 1011100 | 10101 | 11111 | 1010101 | 101011 |
Color Harmonies of #C96F10
Complementary color
Monochromatic Colors of #C96F10
Black with #C96F10
Text Example
Text Example
White with #C96F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F10; }
p { color: rgb(201,111,16); }
H1.HeaderClassName
{
color: #C96F10;
}
.AnyTagClassName
{
color: #C96F10;
}
</style>
background-color css
<style>
a { background-color: #C96F10; }
a { background-color: rgb(201,111,16); }
div.DivClassName
{
background-color: #C96F10;
}
.BgClassName
{
background-color: #C96F10;
}
</style>
border-color css
<style>
span { border-color: #C96F10; }
span { border-color: rgb(201,111,16); }
td.TdClassName
{
border-color: #C96F10;
}
.TagClassName
{
border-color: #C96F10;
}
</style>