Shades of Chocolate #C46119
Tints of Chocolate #C46119
RGB
CMYK
RGB Variations
Color information
#C46119 (or 0xC46119) is known color: Chocolate. HEX triplet: C4, 61 and 19. RGB value is (196,97,25). Sum of RGB (Red+Green+Blue) = 196+97+25=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C46119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46119 is #3B9EE6. Grayscale: #767676. Windows color (decimal): -3907303 or 1663428. OLE color: 1663428.
HSL color Cylindrical-coordinate representation of color #C46119: hue angle of 25.26º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C46119 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 25 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.23 |
| HSL | 25.26º | 0.77% | 0.43% | - |
| HSV(B) | 25.26º | 0.87% | 0.77% | - |
| XYZ | 27.22 | 20.36 | 3.41 | - |
| YUV | 118.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 25 | 0 | 0.51 | 0.87 | 0.23 | 25.26 | 0.77 | 0.43 |
| Hex | C4 | 61 | 19 | 0 | 33 | 57 | 17 | 19 | 4D | 2B |
| Octal | 304 | 141 | 31 | 0 | 63 | 127 | 27 | 31 | 115 | 53 |
| Binary | 11000100 | 1100001 | 11001 | 0 | 110011 | 1010111 | 10111 | 11001 | 1001101 | 101011 |
Color Harmonies of #C46119
Complementary color
Monochromatic Colors of #C46119
Black with #C46119
Text Example
Text Example
White with #C46119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46119; }
p { color: rgb(196,97,25); }
H1.HeaderClassName
{
color: #C46119;
}
.AnyTagClassName
{
color: #C46119;
}
</style>
background-color css
<style>
a { background-color: #C46119; }
a { background-color: rgb(196,97,25); }
div.DivClassName
{
background-color: #C46119;
}
.BgClassName
{
background-color: #C46119;
}
</style>
border-color css
<style>
span { border-color: #C46119; }
span { border-color: rgb(196,97,25); }
td.TdClassName
{
border-color: #C46119;
}
.TagClassName
{
border-color: #C46119;
}
</style>