Shades of Chocolate #C46A0C
Tints of Chocolate #C46A0C
RGB
CMYK
RGB Variations
Color information
#C46A0C (or 0xC46A0C) is known color: Chocolate. HEX triplet: C4, 6A and 0C. RGB value is (196,106,12). Sum of RGB (Red+Green+Blue) = 196+106+12=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A0C is #3B95F3. Grayscale: #7A7A7A. Windows color (decimal): -3905012 or 813764. OLE color: 813764.
HSL color Cylindrical-coordinate representation of color #C46A0C: hue angle of 30.65º 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 #C46A0C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.23 |
| HSL | 30.65º | 0.88% | 0.41% | - |
| HSV(B) | 30.65º | 0.94% | 0.77% | - |
| XYZ | 27.99 | 22.07 | 3.13 | - |
| YUV | 122.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 12 | 0 | 0.46 | 0.94 | 0.23 | 30.65 | 0.88 | 0.41 |
| Hex | C4 | 6A | C | 0 | 2E | 5E | 17 | 1F | 58 | 29 |
| Octal | 304 | 152 | 14 | 0 | 56 | 136 | 27 | 37 | 130 | 51 |
| Binary | 11000100 | 1101010 | 1100 | 0 | 101110 | 1011110 | 10111 | 11111 | 1011000 | 101001 |
Color Harmonies of #C46A0C
Complementary color
Monochromatic Colors of #C46A0C
Black with #C46A0C
Text Example
Text Example
White with #C46A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A0C; }
p { color: rgb(196,106,12); }
H1.HeaderClassName
{
color: #C46A0C;
}
.AnyTagClassName
{
color: #C46A0C;
}
</style>
background-color css
<style>
a { background-color: #C46A0C; }
a { background-color: rgb(196,106,12); }
div.DivClassName
{
background-color: #C46A0C;
}
.BgClassName
{
background-color: #C46A0C;
}
</style>
border-color css
<style>
span { border-color: #C46A0C; }
span { border-color: rgb(196,106,12); }
td.TdClassName
{
border-color: #C46A0C;
}
.TagClassName
{
border-color: #C46A0C;
}
</style>