Shades of Chocolate #C16A0D
Tints of Chocolate #C16A0D
RGB
CMYK
RGB Variations
Color information
#C16A0D (or 0xC16A0D) is known color: Chocolate. HEX triplet: C1, 6A and 0D. RGB value is (193,106,13). Sum of RGB (Red+Green+Blue) = 193+106+13=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16A0D is #3E95F2. Grayscale: #797979. Windows color (decimal): -4101619 or 879297. OLE color: 879297.
HSL color Cylindrical-coordinate representation of color #C16A0D: hue angle of 31º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C16A0D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.24 |
| HSL | 31º | 0.87% | 0.4% | - |
| HSV(B) | 31º | 0.93% | 0.76% | - |
| XYZ | 27.22 | 21.67 | 3.13 | - |
| YUV | 121.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 13 | 0 | 0.45 | 0.93 | 0.24 | 31 | 0.87 | 0.4 |
| Hex | C1 | 6A | D | 0 | 2D | 5D | 18 | 1F | 57 | 28 |
| Octal | 301 | 152 | 15 | 0 | 55 | 135 | 30 | 37 | 127 | 50 |
| Binary | 11000001 | 1101010 | 1101 | 0 | 101101 | 1011101 | 11000 | 11111 | 1010111 | 101000 |
Color Harmonies of #C16A0D
Complementary color
Monochromatic Colors of #C16A0D
Black with #C16A0D
Text Example
Text Example
White with #C16A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A0D; }
p { color: rgb(193,106,13); }
H1.HeaderClassName
{
color: #C16A0D;
}
.AnyTagClassName
{
color: #C16A0D;
}
</style>
background-color css
<style>
a { background-color: #C16A0D; }
a { background-color: rgb(193,106,13); }
div.DivClassName
{
background-color: #C16A0D;
}
.BgClassName
{
background-color: #C16A0D;
}
</style>
border-color css
<style>
span { border-color: #C16A0D; }
span { border-color: rgb(193,106,13); }
td.TdClassName
{
border-color: #C16A0D;
}
.TagClassName
{
border-color: #C16A0D;
}
</style>