Shades of Chocolate #C46815
Tints of Chocolate #C46815
RGB
CMYK
RGB Variations
Color information
#C46815 (or 0xC46815) is known color: Chocolate. HEX triplet: C4, 68 and 15. RGB value is (196,104,21). Sum of RGB (Red+Green+Blue) = 196+104+21=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C46815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46815 is #3B97EA. Grayscale: #7A7A7A. Windows color (decimal): -3905515 or 1403076. OLE color: 1403076.
HSL color Cylindrical-coordinate representation of color #C46815: hue angle of 28.46º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C46815 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 21 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.23 |
| HSL | 28.46º | 0.81% | 0.43% | - |
| HSV(B) | 28.46º | 0.89% | 0.77% | - |
| XYZ | 27.85 | 21.69 | 3.43 | - |
| YUV | 122.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 21 | 0 | 0.47 | 0.89 | 0.23 | 28.46 | 0.81 | 0.43 |
| Hex | C4 | 68 | 15 | 0 | 2F | 59 | 17 | 1C | 51 | 2B |
| Octal | 304 | 150 | 25 | 0 | 57 | 131 | 27 | 34 | 121 | 53 |
| Binary | 11000100 | 1101000 | 10101 | 0 | 101111 | 1011001 | 10111 | 11100 | 1010001 | 101011 |
Color Harmonies of #C46815
Complementary color
Monochromatic Colors of #C46815
Black with #C46815
Text Example
Text Example
White with #C46815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46815; }
p { color: rgb(196,104,21); }
H1.HeaderClassName
{
color: #C46815;
}
.AnyTagClassName
{
color: #C46815;
}
</style>
background-color css
<style>
a { background-color: #C46815; }
a { background-color: rgb(196,104,21); }
div.DivClassName
{
background-color: #C46815;
}
.BgClassName
{
background-color: #C46815;
}
</style>
border-color css
<style>
span { border-color: #C46815; }
span { border-color: rgb(196,104,21); }
td.TdClassName
{
border-color: #C46815;
}
.TagClassName
{
border-color: #C46815;
}
</style>