Shades of Chocolate #C56A23
Tints of Chocolate #C56A23
RGB
CMYK
RGB Variations
Color information
#C56A23 (or 0xC56A23) is known color: Chocolate. HEX triplet: C5, 6A and 23. RGB value is (197,106,35). Sum of RGB (Red+Green+Blue) = 197+106+35=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A23 is #3A95DC. Grayscale: #7D7D7D. Windows color (decimal): -3839453 or 2321093. OLE color: 2321093.
HSL color Cylindrical-coordinate representation of color #C56A23: hue angle of 26.3º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C56A23 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 35 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.23 |
| HSL | 26.3º | 0.7% | 0.45% | - |
| HSV(B) | 26.3º | 0.82% | 0.77% | - |
| XYZ | 28.48 | 22.3 | 4.39 | - |
| YUV | 125.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 35 | 0 | 0.46 | 0.82 | 0.23 | 26.3 | 0.7 | 0.45 |
| Hex | C5 | 6A | 23 | 0 | 2E | 52 | 17 | 1A | 46 | 2D |
| Octal | 305 | 152 | 43 | 0 | 56 | 122 | 27 | 32 | 106 | 55 |
| Binary | 11000101 | 1101010 | 100011 | 0 | 101110 | 1010010 | 10111 | 11010 | 1000110 | 101101 |
Color Harmonies of #C56A23
Complementary color
Monochromatic Colors of #C56A23
Black with #C56A23
Text Example
Text Example
White with #C56A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A23; }
p { color: rgb(197,106,35); }
H1.HeaderClassName
{
color: #C56A23;
}
.AnyTagClassName
{
color: #C56A23;
}
</style>
background-color css
<style>
a { background-color: #C56A23; }
a { background-color: rgb(197,106,35); }
div.DivClassName
{
background-color: #C56A23;
}
.BgClassName
{
background-color: #C56A23;
}
</style>
border-color css
<style>
span { border-color: #C56A23; }
span { border-color: rgb(197,106,35); }
td.TdClassName
{
border-color: #C56A23;
}
.TagClassName
{
border-color: #C56A23;
}
</style>