Shades of Chocolate #C16A0E
Tints of Chocolate #C16A0E
RGB
CMYK
RGB Variations
Color information
#C16A0E (or 0xC16A0E) is known color: Chocolate. HEX triplet: C1, 6A and 0E. RGB value is (193,106,14). Sum of RGB (Red+Green+Blue) = 193+106+14=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16A0E is #3E95F1. Grayscale: #797979. Windows color (decimal): -4101618 or 944833. OLE color: 944833.
HSL color Cylindrical-coordinate representation of color #C16A0E: hue angle of 30.84º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C16A0E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.24 |
| HSL | 30.84º | 0.86% | 0.41% | - |
| HSV(B) | 30.84º | 0.93% | 0.76% | - |
| XYZ | 27.23 | 21.68 | 3.16 | - |
| YUV | 121.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 14 | 0 | 0.45 | 0.93 | 0.24 | 30.84 | 0.86 | 0.41 |
| Hex | C1 | 6A | E | 0 | 2D | 5D | 18 | 1F | 56 | 29 |
| Octal | 301 | 152 | 16 | 0 | 55 | 135 | 30 | 37 | 126 | 51 |
| Binary | 11000001 | 1101010 | 1110 | 0 | 101101 | 1011101 | 11000 | 11111 | 1010110 | 101001 |
Color Harmonies of #C16A0E
Complementary color
Monochromatic Colors of #C16A0E
Black with #C16A0E
Text Example
Text Example
White with #C16A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A0E; }
p { color: rgb(193,106,14); }
H1.HeaderClassName
{
color: #C16A0E;
}
.AnyTagClassName
{
color: #C16A0E;
}
</style>
background-color css
<style>
a { background-color: #C16A0E; }
a { background-color: rgb(193,106,14); }
div.DivClassName
{
background-color: #C16A0E;
}
.BgClassName
{
background-color: #C16A0E;
}
</style>
border-color css
<style>
span { border-color: #C16A0E; }
span { border-color: rgb(193,106,14); }
td.TdClassName
{
border-color: #C16A0E;
}
.TagClassName
{
border-color: #C16A0E;
}
</style>