Shades of Chocolate #C96F0A
Tints of Chocolate #C96F0A
RGB
CMYK
RGB Variations
Color information
#C96F0A (or 0xC96F0A) is known color: Chocolate. HEX triplet: C9, 6F and 0A. RGB value is (201,111,10). Sum of RGB (Red+Green+Blue) = 201+111+10=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F0A is #3690F5. Grayscale: #7E7E7E. Windows color (decimal): -3576054 or 683977. OLE color: 683977.
HSL color Cylindrical-coordinate representation of color #C96F0A: hue angle of 31.73º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C96F0A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.21 |
| HSL | 31.73º | 0.91% | 0.41% | - |
| HSV(B) | 31.73º | 0.95% | 0.79% | - |
| XYZ | 29.83 | 23.81 | 3.31 | - |
| YUV | 126.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 10 | 0 | 0.45 | 0.95 | 0.21 | 31.73 | 0.91 | 0.41 |
| Hex | C9 | 6F | A | 0 | 2D | 5F | 15 | 20 | 5B | 29 |
| Octal | 311 | 157 | 12 | 0 | 55 | 137 | 25 | 40 | 133 | 51 |
| Binary | 11001001 | 1101111 | 1010 | 0 | 101101 | 1011111 | 10101 | 100000 | 1011011 | 101001 |
Color Harmonies of #C96F0A
Complementary color
Monochromatic Colors of #C96F0A
Black with #C96F0A
Text Example
Text Example
White with #C96F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F0A; }
p { color: rgb(201,111,10); }
H1.HeaderClassName
{
color: #C96F0A;
}
.AnyTagClassName
{
color: #C96F0A;
}
</style>
background-color css
<style>
a { background-color: #C96F0A; }
a { background-color: rgb(201,111,10); }
div.DivClassName
{
background-color: #C96F0A;
}
.BgClassName
{
background-color: #C96F0A;
}
</style>
border-color css
<style>
span { border-color: #C96F0A; }
span { border-color: rgb(201,111,10); }
td.TdClassName
{
border-color: #C96F0A;
}
.TagClassName
{
border-color: #C96F0A;
}
</style>