Shades of Chocolate #C96E0F
Tints of Chocolate #C96E0F
RGB
CMYK
RGB Variations
Color information
#C96E0F (or 0xC96E0F) is known color: Chocolate. HEX triplet: C9, 6E and 0F. RGB value is (201,110,15). Sum of RGB (Red+Green+Blue) = 201+110+15=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96E0F is #3691F0. Grayscale: #7E7E7E. Windows color (decimal): -3576305 or 1011401. OLE color: 1011401.
HSL color Cylindrical-coordinate representation of color #C96E0F: hue angle of 30.65º degrees, saturation: 0.86, 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 #C96E0F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.21 |
| HSL | 30.65º | 0.86% | 0.42% | - |
| HSV(B) | 30.65º | 0.93% | 0.79% | - |
| XYZ | 29.75 | 23.6 | 3.44 | - |
| YUV | 126.38 | 65.15 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 15 | 0 | 0.45 | 0.93 | 0.21 | 30.65 | 0.86 | 0.42 |
| Hex | C9 | 6E | F | 0 | 2D | 5D | 15 | 1F | 56 | 2A |
| Octal | 311 | 156 | 17 | 0 | 55 | 135 | 25 | 37 | 126 | 52 |
| Binary | 11001001 | 1101110 | 1111 | 0 | 101101 | 1011101 | 10101 | 11111 | 1010110 | 101010 |
Color Harmonies of #C96E0F
Complementary color
Monochromatic Colors of #C96E0F
Black with #C96E0F
Text Example
Text Example
White with #C96E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E0F; }
p { color: rgb(201,110,15); }
H1.HeaderClassName
{
color: #C96E0F;
}
.AnyTagClassName
{
color: #C96E0F;
}
</style>
background-color css
<style>
a { background-color: #C96E0F; }
a { background-color: rgb(201,110,15); }
div.DivClassName
{
background-color: #C96E0F;
}
.BgClassName
{
background-color: #C96E0F;
}
</style>
border-color css
<style>
span { border-color: #C96E0F; }
span { border-color: rgb(201,110,15); }
td.TdClassName
{
border-color: #C96E0F;
}
.TagClassName
{
border-color: #C96E0F;
}
</style>