Shades of Chocolate #C46219
Tints of Chocolate #C46219
RGB
CMYK
RGB Variations
Color information
#C46219 (or 0xC46219) is known color: Chocolate. HEX triplet: C4, 62 and 19. RGB value is (196,98,25). Sum of RGB (Red+Green+Blue) = 196+98+25=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C46219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46219 is #3B9DE6. Grayscale: #777777. Windows color (decimal): -3907047 or 1663684. OLE color: 1663684.
HSL color Cylindrical-coordinate representation of color #C46219: hue angle of 25.61º 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 #C46219 is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 25 | - |
| CMYK | 0 | 0.5 | 0.87 | 0.23 |
| HSL | 25.61º | 0.77% | 0.43% | - |
| HSV(B) | 25.61º | 0.87% | 0.77% | - |
| XYZ | 27.31 | 20.54 | 3.45 | - |
| YUV | 118.98 | 74.97 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 25 | 0 | 0.5 | 0.87 | 0.23 | 25.61 | 0.77 | 0.43 |
| Hex | C4 | 62 | 19 | 0 | 32 | 57 | 17 | 1A | 4D | 2B |
| Octal | 304 | 142 | 31 | 0 | 62 | 127 | 27 | 32 | 115 | 53 |
| Binary | 11000100 | 1100010 | 11001 | 0 | 110010 | 1010111 | 10111 | 11010 | 1001101 | 101011 |
Color Harmonies of #C46219
Complementary color
Monochromatic Colors of #C46219
Black with #C46219
Text Example
Text Example
White with #C46219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46219; }
p { color: rgb(196,98,25); }
H1.HeaderClassName
{
color: #C46219;
}
.AnyTagClassName
{
color: #C46219;
}
</style>
background-color css
<style>
a { background-color: #C46219; }
a { background-color: rgb(196,98,25); }
div.DivClassName
{
background-color: #C46219;
}
.BgClassName
{
background-color: #C46219;
}
</style>
border-color css
<style>
span { border-color: #C46219; }
span { border-color: rgb(196,98,25); }
td.TdClassName
{
border-color: #C46219;
}
.TagClassName
{
border-color: #C46219;
}
</style>