Shades of Zest #C56D38
Tints of Zest #C56D38
RGB
CMYK
RGB Variations
Color information
#C56D38 (or 0xC56D38) is known color: Zest. HEX triplet: C5, 6D and 38. RGB value is (197,109,56). Sum of RGB (Red+Green+Blue) = 197+109+56=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D38 is #3A92C7. Grayscale: #818181. Windows color (decimal): -3838664 or 3698117. OLE color: 3698117.
HSL color Cylindrical-coordinate representation of color #C56D38: hue angle of 22.55º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C56D38 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 56 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.23 |
| HSL | 22.55º | 0.56% | 0.5% | - |
| HSV(B) | 22.55º | 0.72% | 0.77% | - |
| XYZ | 29.21 | 23.09 | 6.66 | - |
| YUV | 129.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 56 | 0 | 0.45 | 0.72 | 0.23 | 22.55 | 0.56 | 0.5 |
| Hex | C5 | 6D | 38 | 0 | 2D | 48 | 17 | 17 | 38 | 32 |
| Octal | 305 | 155 | 70 | 0 | 55 | 110 | 27 | 27 | 70 | 62 |
| Binary | 11000101 | 1101101 | 111000 | 0 | 101101 | 1001000 | 10111 | 10111 | 111000 | 110010 |
Color Harmonies of #C56D38
Complementary color
Monochromatic Colors of #C56D38
Black with #C56D38
Text Example
Text Example
White with #C56D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D38; }
p { color: rgb(197,109,56); }
H1.HeaderClassName
{
color: #C56D38;
}
.AnyTagClassName
{
color: #C56D38;
}
</style>
background-color css
<style>
a { background-color: #C56D38; }
a { background-color: rgb(197,109,56); }
div.DivClassName
{
background-color: #C56D38;
}
.BgClassName
{
background-color: #C56D38;
}
</style>
border-color css
<style>
span { border-color: #C56D38; }
span { border-color: rgb(197,109,56); }
td.TdClassName
{
border-color: #C56D38;
}
.TagClassName
{
border-color: #C56D38;
}
</style>