Shades of Chocolate #C46A1E
Tints of Chocolate #C46A1E
RGB
CMYK
RGB Variations
Color information
#C46A1E (or 0xC46A1E) is known color: Chocolate. HEX triplet: C4, 6A and 1E. RGB value is (196,106,30). Sum of RGB (Red+Green+Blue) = 196+106+30=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A1E is #3B95E1. Grayscale: #7C7C7C. Windows color (decimal): -3904994 or 1993412. OLE color: 1993412.
HSL color Cylindrical-coordinate representation of color #C46A1E: hue angle of 27.47º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C46A1E is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 30 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.23 |
| HSL | 27.47º | 0.73% | 0.44% | - |
| HSV(B) | 27.47º | 0.85% | 0.77% | - |
| XYZ | 28.15 | 22.14 | 4.02 | - |
| YUV | 124.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 30 | 0 | 0.46 | 0.85 | 0.23 | 27.47 | 0.73 | 0.44 |
| Hex | C4 | 6A | 1E | 0 | 2E | 55 | 17 | 1B | 49 | 2C |
| Octal | 304 | 152 | 36 | 0 | 56 | 125 | 27 | 33 | 111 | 54 |
| Binary | 11000100 | 1101010 | 11110 | 0 | 101110 | 1010101 | 10111 | 11011 | 1001001 | 101100 |
Color Harmonies of #C46A1E
Complementary color
Monochromatic Colors of #C46A1E
Black with #C46A1E
Text Example
Text Example
White with #C46A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A1E; }
p { color: rgb(196,106,30); }
H1.HeaderClassName
{
color: #C46A1E;
}
.AnyTagClassName
{
color: #C46A1E;
}
</style>
background-color css
<style>
a { background-color: #C46A1E; }
a { background-color: rgb(196,106,30); }
div.DivClassName
{
background-color: #C46A1E;
}
.BgClassName
{
background-color: #C46A1E;
}
</style>
border-color css
<style>
span { border-color: #C46A1E; }
span { border-color: rgb(196,106,30); }
td.TdClassName
{
border-color: #C46A1E;
}
.TagClassName
{
border-color: #C46A1E;
}
</style>