Shades of Chocolate #C56A14
Tints of Chocolate #C56A14
RGB
CMYK
RGB Variations
Color information
#C56A14 (or 0xC56A14) is known color: Chocolate. HEX triplet: C5, 6A and 14. RGB value is (197,106,20). Sum of RGB (Red+Green+Blue) = 197+106+20=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56A14 is #3A95EB. Grayscale: #7B7B7B. Windows color (decimal): -3839468 or 1338053. OLE color: 1338053.
HSL color Cylindrical-coordinate representation of color #C56A14: hue angle of 29.15º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56A14 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.23 |
| HSL | 29.15º | 0.82% | 0.43% | - |
| HSV(B) | 29.15º | 0.9% | 0.77% | - |
| XYZ | 28.31 | 22.23 | 3.46 | - |
| YUV | 123.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 20 | 0 | 0.46 | 0.90 | 0.23 | 29.15 | 0.82 | 0.43 |
| Hex | C5 | 6A | 14 | 0 | 2E | 5A | 17 | 1D | 52 | 2B |
| Octal | 305 | 152 | 24 | 0 | 56 | 132 | 27 | 35 | 122 | 53 |
| Binary | 11000101 | 1101010 | 10100 | 0 | 101110 | 1011010 | 10111 | 11101 | 1010010 | 101011 |
Color Harmonies of #C56A14
Complementary color
Monochromatic Colors of #C56A14
Black with #C56A14
Text Example
Text Example
White with #C56A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A14; }
p { color: rgb(197,106,20); }
H1.HeaderClassName
{
color: #C56A14;
}
.AnyTagClassName
{
color: #C56A14;
}
</style>
background-color css
<style>
a { background-color: #C56A14; }
a { background-color: rgb(197,106,20); }
div.DivClassName
{
background-color: #C56A14;
}
.BgClassName
{
background-color: #C56A14;
}
</style>
border-color css
<style>
span { border-color: #C56A14; }
span { border-color: rgb(197,106,20); }
td.TdClassName
{
border-color: #C56A14;
}
.TagClassName
{
border-color: #C56A14;
}
</style>