Shades of Chocolate #C46714
Tints of Chocolate #C46714
RGB
CMYK
RGB Variations
Color information
#C46714 (or 0xC46714) is known color: Chocolate. HEX triplet: C4, 67 and 14. RGB value is (196,103,20). Sum of RGB (Red+Green+Blue) = 196+103+20=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C46714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46714 is #3B98EB. Grayscale: #797979. Windows color (decimal): -3905772 or 1337284. OLE color: 1337284.
HSL color Cylindrical-coordinate representation of color #C46714: hue angle of 28.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46714 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 20 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.23 |
| HSL | 28.3º | 0.81% | 0.42% | - |
| HSV(B) | 28.3º | 0.9% | 0.77% | - |
| XYZ | 27.74 | 21.49 | 3.35 | - |
| YUV | 121.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 20 | 0 | 0.47 | 0.90 | 0.23 | 28.3 | 0.81 | 0.42 |
| Hex | C4 | 67 | 14 | 0 | 2F | 5A | 17 | 1C | 51 | 2A |
| Octal | 304 | 147 | 24 | 0 | 57 | 132 | 27 | 34 | 121 | 52 |
| Binary | 11000100 | 1100111 | 10100 | 0 | 101111 | 1011010 | 10111 | 11100 | 1010001 | 101010 |
Color Harmonies of #C46714
Complementary color
Monochromatic Colors of #C46714
Black with #C46714
Text Example
Text Example
White with #C46714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46714; }
p { color: rgb(196,103,20); }
H1.HeaderClassName
{
color: #C46714;
}
.AnyTagClassName
{
color: #C46714;
}
</style>
background-color css
<style>
a { background-color: #C46714; }
a { background-color: rgb(196,103,20); }
div.DivClassName
{
background-color: #C46714;
}
.BgClassName
{
background-color: #C46714;
}
</style>
border-color css
<style>
span { border-color: #C46714; }
span { border-color: rgb(196,103,20); }
td.TdClassName
{
border-color: #C46714;
}
.TagClassName
{
border-color: #C46714;
}
</style>