Shades of Chocolate #C56216
Tints of Chocolate #C56216
RGB
CMYK
RGB Variations
Color information
#C56216 (or 0xC56216) is known color: Chocolate. HEX triplet: C5, 62 and 16. RGB value is (197,98,22). Sum of RGB (Red+Green+Blue) = 197+98+22=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56216 is #3A9DE9. Grayscale: #777777. Windows color (decimal): -3841514 or 1467077. OLE color: 1467077.
HSL color Cylindrical-coordinate representation of color #C56216: hue angle of 26.06º degrees, saturation: 0.8, 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 #C56216 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.23 |
| HSL | 26.06º | 0.8% | 0.43% | - |
| HSV(B) | 26.06º | 0.89% | 0.77% | - |
| XYZ | 27.54 | 20.66 | 3.3 | - |
| YUV | 118.94 | 73.3 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 22 | 0 | 0.50 | 0.89 | 0.23 | 26.06 | 0.8 | 0.43 |
| Hex | C5 | 62 | 16 | 0 | 32 | 59 | 17 | 1A | 50 | 2B |
| Octal | 305 | 142 | 26 | 0 | 62 | 131 | 27 | 32 | 120 | 53 |
| Binary | 11000101 | 1100010 | 10110 | 0 | 110010 | 1011001 | 10111 | 11010 | 1010000 | 101011 |
Color Harmonies of #C56216
Complementary color
Monochromatic Colors of #C56216
Black with #C56216
Text Example
Text Example
White with #C56216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56216; }
p { color: rgb(197,98,22); }
H1.HeaderClassName
{
color: #C56216;
}
.AnyTagClassName
{
color: #C56216;
}
</style>
background-color css
<style>
a { background-color: #C56216; }
a { background-color: rgb(197,98,22); }
div.DivClassName
{
background-color: #C56216;
}
.BgClassName
{
background-color: #C56216;
}
</style>
border-color css
<style>
span { border-color: #C56216; }
span { border-color: rgb(197,98,22); }
td.TdClassName
{
border-color: #C56216;
}
.TagClassName
{
border-color: #C56216;
}
</style>