Shades of Zest #C56A38
Tints of Zest #C56A38
RGB
CMYK
RGB Variations
Color information
#C56A38 (or 0xC56A38) is known color: Zest. HEX triplet: C5, 6A and 38. RGB value is (197,106,56). Sum of RGB (Red+Green+Blue) = 197+106+56=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A38 is #3A95C7. Grayscale: #7F7F7F. Windows color (decimal): -3839432 or 3697349. OLE color: 3697349.
HSL color Cylindrical-coordinate representation of color #C56A38: hue angle of 21.28º 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 #C56A38 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 56 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.23 |
| HSL | 21.28º | 0.56% | 0.5% | - |
| HSV(B) | 21.28º | 0.72% | 0.77% | - |
| XYZ | 28.89 | 22.46 | 6.55 | - |
| YUV | 127.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 56 | 0 | 0.46 | 0.72 | 0.23 | 21.28 | 0.56 | 0.5 |
| Hex | C5 | 6A | 38 | 0 | 2E | 48 | 17 | 15 | 38 | 32 |
| Octal | 305 | 152 | 70 | 0 | 56 | 110 | 27 | 25 | 70 | 62 |
| Binary | 11000101 | 1101010 | 111000 | 0 | 101110 | 1001000 | 10111 | 10101 | 111000 | 110010 |
Color Harmonies of #C56A38
Complementary color
Monochromatic Colors of #C56A38
Black with #C56A38
Text Example
Text Example
White with #C56A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A38; }
p { color: rgb(197,106,56); }
H1.HeaderClassName
{
color: #C56A38;
}
.AnyTagClassName
{
color: #C56A38;
}
</style>
background-color css
<style>
a { background-color: #C56A38; }
a { background-color: rgb(197,106,56); }
div.DivClassName
{
background-color: #C56A38;
}
.BgClassName
{
background-color: #C56A38;
}
</style>
border-color css
<style>
span { border-color: #C56A38; }
span { border-color: rgb(197,106,56); }
td.TdClassName
{
border-color: #C56A38;
}
.TagClassName
{
border-color: #C56A38;
}
</style>