Shades of Chocolate #C46212
Tints of Chocolate #C46212
RGB
CMYK
RGB Variations
Color information
#C46212 (or 0xC46212) is known color: Chocolate. HEX triplet: C4, 62 and 12. RGB value is (196,98,18). Sum of RGB (Red+Green+Blue) = 196+98+18=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C46212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46212 is #3B9DED. Grayscale: #767676. Windows color (decimal): -3907054 or 1204932. OLE color: 1204932.
HSL color Cylindrical-coordinate representation of color #C46212: hue angle of 26.97º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C46212 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 18 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.23 |
| HSL | 26.97º | 0.83% | 0.42% | - |
| HSV(B) | 26.97º | 0.91% | 0.77% | - |
| XYZ | 27.24 | 20.51 | 3.1 | - |
| YUV | 118.18 | 71.47 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 18 | 0 | 0.5 | 0.91 | 0.23 | 26.97 | 0.83 | 0.42 |
| Hex | C4 | 62 | 12 | 0 | 32 | 5B | 17 | 1B | 53 | 2A |
| Octal | 304 | 142 | 22 | 0 | 62 | 133 | 27 | 33 | 123 | 52 |
| Binary | 11000100 | 1100010 | 10010 | 0 | 110010 | 1011011 | 10111 | 11011 | 1010011 | 101010 |
Color Harmonies of #C46212
Complementary color
Monochromatic Colors of #C46212
Black with #C46212
Text Example
Text Example
White with #C46212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46212; }
p { color: rgb(196,98,18); }
H1.HeaderClassName
{
color: #C46212;
}
.AnyTagClassName
{
color: #C46212;
}
</style>
background-color css
<style>
a { background-color: #C46212; }
a { background-color: rgb(196,98,18); }
div.DivClassName
{
background-color: #C46212;
}
.BgClassName
{
background-color: #C46212;
}
</style>
border-color css
<style>
span { border-color: #C46212; }
span { border-color: rgb(196,98,18); }
td.TdClassName
{
border-color: #C46212;
}
.TagClassName
{
border-color: #C46212;
}
</style>