Shades of Chocolate #C46A17
Tints of Chocolate #C46A17
RGB
CMYK
RGB Variations
Color information
#C46A17 (or 0xC46A17) is known color: Chocolate. HEX triplet: C4, 6A and 17. RGB value is (196,106,23). Sum of RGB (Red+Green+Blue) = 196+106+23=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A17 is #3B95E8. Grayscale: #7B7B7B. Windows color (decimal): -3905001 or 1534660. OLE color: 1534660.
HSL color Cylindrical-coordinate representation of color #C46A17: hue angle of 28.79º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C46A17 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 23 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.23 |
| HSL | 28.79º | 0.79% | 0.43% | - |
| HSV(B) | 28.79º | 0.88% | 0.77% | - |
| XYZ | 28.07 | 22.11 | 3.6 | - |
| YUV | 123.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 23 | 0 | 0.46 | 0.88 | 0.23 | 28.79 | 0.79 | 0.43 |
| Hex | C4 | 6A | 17 | 0 | 2E | 58 | 17 | 1D | 4F | 2B |
| Octal | 304 | 152 | 27 | 0 | 56 | 130 | 27 | 35 | 117 | 53 |
| Binary | 11000100 | 1101010 | 10111 | 0 | 101110 | 1011000 | 10111 | 11101 | 1001111 | 101011 |
Color Harmonies of #C46A17
Complementary color
Monochromatic Colors of #C46A17
Black with #C46A17
Text Example
Text Example
White with #C46A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A17; }
p { color: rgb(196,106,23); }
H1.HeaderClassName
{
color: #C46A17;
}
.AnyTagClassName
{
color: #C46A17;
}
</style>
background-color css
<style>
a { background-color: #C46A17; }
a { background-color: rgb(196,106,23); }
div.DivClassName
{
background-color: #C46A17;
}
.BgClassName
{
background-color: #C46A17;
}
</style>
border-color css
<style>
span { border-color: #C46A17; }
span { border-color: rgb(196,106,23); }
td.TdClassName
{
border-color: #C46A17;
}
.TagClassName
{
border-color: #C46A17;
}
</style>