Shades of Chocolate #C96A14
Tints of Chocolate #C96A14
RGB
CMYK
RGB Variations
Color information
#C96A14 (or 0xC96A14) is known color: Chocolate. HEX triplet: C9, 6A and 14. RGB value is (201,106,20). Sum of RGB (Red+Green+Blue) = 201+106+20=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A14 is #3695EB. Grayscale: #7D7D7D. Windows color (decimal): -3577324 or 1338057. OLE color: 1338057.
HSL color Cylindrical-coordinate representation of color #C96A14: hue angle of 28.51º 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 #C96A14 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.21 |
| HSL | 28.51º | 0.82% | 0.43% | - |
| HSV(B) | 28.51º | 0.9% | 0.79% | - |
| XYZ | 29.37 | 22.78 | 3.51 | - |
| YUV | 124.6 | 68.97 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 20 | 0 | 0.47 | 0.90 | 0.21 | 28.51 | 0.82 | 0.43 |
| Hex | C9 | 6A | 14 | 0 | 2F | 5A | 15 | 1D | 52 | 2B |
| Octal | 311 | 152 | 24 | 0 | 57 | 132 | 25 | 35 | 122 | 53 |
| Binary | 11001001 | 1101010 | 10100 | 0 | 101111 | 1011010 | 10101 | 11101 | 1010010 | 101011 |
Color Harmonies of #C96A14
Complementary color
Monochromatic Colors of #C96A14
Black with #C96A14
Text Example
Text Example
White with #C96A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A14; }
p { color: rgb(201,106,20); }
H1.HeaderClassName
{
color: #C96A14;
}
.AnyTagClassName
{
color: #C96A14;
}
</style>
background-color css
<style>
a { background-color: #C96A14; }
a { background-color: rgb(201,106,20); }
div.DivClassName
{
background-color: #C96A14;
}
.BgClassName
{
background-color: #C96A14;
}
</style>
border-color css
<style>
span { border-color: #C96A14; }
span { border-color: rgb(201,106,20); }
td.TdClassName
{
border-color: #C96A14;
}
.TagClassName
{
border-color: #C96A14;
}
</style>