Shades of Chocolate #C46D0C
Tints of Chocolate #C46D0C
RGB
CMYK
RGB Variations
Color information
#C46D0C (or 0xC46D0C) is known color: Chocolate. HEX triplet: C4, 6D and 0C. RGB value is (196,109,12). Sum of RGB (Red+Green+Blue) = 196+109+12=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46D0C is #3B92F3. Grayscale: #7C7C7C. Windows color (decimal): -3904244 or 814532. OLE color: 814532.
HSL color Cylindrical-coordinate representation of color #C46D0C: hue angle of 31.63º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C46D0C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.23 |
| HSL | 31.63º | 0.88% | 0.41% | - |
| HSV(B) | 31.63º | 0.94% | 0.77% | - |
| XYZ | 28.3 | 22.7 | 3.24 | - |
| YUV | 123.96 | 64.82 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 12 | 0 | 0.44 | 0.94 | 0.23 | 31.63 | 0.88 | 0.41 |
| Hex | C4 | 6D | C | 0 | 2C | 5E | 17 | 20 | 58 | 29 |
| Octal | 304 | 155 | 14 | 0 | 54 | 136 | 27 | 40 | 130 | 51 |
| Binary | 11000100 | 1101101 | 1100 | 0 | 101100 | 1011110 | 10111 | 100000 | 1011000 | 101001 |
Color Harmonies of #C46D0C
Complementary color
Monochromatic Colors of #C46D0C
Black with #C46D0C
Text Example
Text Example
White with #C46D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D0C; }
p { color: rgb(196,109,12); }
H1.HeaderClassName
{
color: #C46D0C;
}
.AnyTagClassName
{
color: #C46D0C;
}
</style>
background-color css
<style>
a { background-color: #C46D0C; }
a { background-color: rgb(196,109,12); }
div.DivClassName
{
background-color: #C46D0C;
}
.BgClassName
{
background-color: #C46D0C;
}
</style>
border-color css
<style>
span { border-color: #C46D0C; }
span { border-color: rgb(196,109,12); }
td.TdClassName
{
border-color: #C46D0C;
}
.TagClassName
{
border-color: #C46D0C;
}
</style>