Shades of Zest #C56B3A
Tints of Zest #C56B3A
RGB
CMYK
RGB Variations
Color information
#C56B3A (or 0xC56B3A) is known color: Zest. HEX triplet: C5, 6B and 3A. RGB value is (197,107,58). Sum of RGB (Red+Green+Blue) = 197+107+58=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56B3A is #3A94C5. Grayscale: #808080. Windows color (decimal): -3839174 or 3828677. OLE color: 3828677.
HSL color Cylindrical-coordinate representation of color #C56B3A: hue angle of 21.15º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C56B3A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 58 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.23 |
| HSL | 21.15º | 0.55% | 0.5% | - |
| HSV(B) | 21.15º | 0.71% | 0.77% | - |
| XYZ | 29.05 | 22.69 | 6.85 | - |
| YUV | 128.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 58 | 0 | 0.46 | 0.71 | 0.23 | 21.15 | 0.55 | 0.5 |
| Hex | C5 | 6B | 3A | 0 | 2E | 47 | 17 | 15 | 37 | 32 |
| Octal | 305 | 153 | 72 | 0 | 56 | 107 | 27 | 25 | 67 | 62 |
| Binary | 11000101 | 1101011 | 111010 | 0 | 101110 | 1000111 | 10111 | 10101 | 110111 | 110010 |
Color Harmonies of #C56B3A
Complementary color
Monochromatic Colors of #C56B3A
Black with #C56B3A
Text Example
Text Example
White with #C56B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B3A; }
p { color: rgb(197,107,58); }
H1.HeaderClassName
{
color: #C56B3A;
}
.AnyTagClassName
{
color: #C56B3A;
}
</style>
background-color css
<style>
a { background-color: #C56B3A; }
a { background-color: rgb(197,107,58); }
div.DivClassName
{
background-color: #C56B3A;
}
.BgClassName
{
background-color: #C56B3A;
}
</style>
border-color css
<style>
span { border-color: #C56B3A; }
span { border-color: rgb(197,107,58); }
td.TdClassName
{
border-color: #C56B3A;
}
.TagClassName
{
border-color: #C56B3A;
}
</style>