Shades of Chocolate #C96A0F
Tints of Chocolate #C96A0F
RGB
CMYK
RGB Variations
Color information
#C96A0F (or 0xC96A0F) is known color: Chocolate. HEX triplet: C9, 6A and 0F. RGB value is (201,106,15). Sum of RGB (Red+Green+Blue) = 201+106+15=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A0F is #3695F0. Grayscale: #7C7C7C. Windows color (decimal): -3577329 or 1010377. OLE color: 1010377.
HSL color Cylindrical-coordinate representation of color #C96A0F: hue angle of 29.35º 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 #C96A0F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.21 |
| HSL | 29.35º | 0.86% | 0.42% | - |
| HSV(B) | 29.35º | 0.93% | 0.79% | - |
| XYZ | 29.33 | 22.76 | 3.3 | - |
| YUV | 124.03 | 66.47 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 15 | 0 | 0.47 | 0.93 | 0.21 | 29.35 | 0.86 | 0.42 |
| Hex | C9 | 6A | F | 0 | 2F | 5D | 15 | 1D | 56 | 2A |
| Octal | 311 | 152 | 17 | 0 | 57 | 135 | 25 | 35 | 126 | 52 |
| Binary | 11001001 | 1101010 | 1111 | 0 | 101111 | 1011101 | 10101 | 11101 | 1010110 | 101010 |
Color Harmonies of #C96A0F
Complementary color
Monochromatic Colors of #C96A0F
Black with #C96A0F
Text Example
Text Example
White with #C96A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A0F; }
p { color: rgb(201,106,15); }
H1.HeaderClassName
{
color: #C96A0F;
}
.AnyTagClassName
{
color: #C96A0F;
}
</style>
background-color css
<style>
a { background-color: #C96A0F; }
a { background-color: rgb(201,106,15); }
div.DivClassName
{
background-color: #C96A0F;
}
.BgClassName
{
background-color: #C96A0F;
}
</style>
border-color css
<style>
span { border-color: #C96A0F; }
span { border-color: rgb(201,106,15); }
td.TdClassName
{
border-color: #C96A0F;
}
.TagClassName
{
border-color: #C96A0F;
}
</style>