Shades of Zest #C56D33
Tints of Zest #C56D33
RGB
CMYK
RGB Variations
Color information
#C56D33 (or 0xC56D33) is known color: Zest. HEX triplet: C5, 6D and 33. RGB value is (197,109,51). Sum of RGB (Red+Green+Blue) = 197+109+51=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D33 is #3A92CC. Grayscale: #818181. Windows color (decimal): -3838669 or 3370437. OLE color: 3370437.
HSL color Cylindrical-coordinate representation of color #C56D33: hue angle of 23.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C56D33 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 51 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.23 |
| HSL | 23.84º | 0.59% | 0.49% | - |
| HSV(B) | 23.84º | 0.74% | 0.77% | - |
| XYZ | 29.09 | 23.05 | 6.05 | - |
| YUV | 128.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 51 | 0 | 0.45 | 0.74 | 0.23 | 23.84 | 0.59 | 0.49 |
| Hex | C5 | 6D | 33 | 0 | 2D | 4A | 17 | 18 | 3B | 31 |
| Octal | 305 | 155 | 63 | 0 | 55 | 112 | 27 | 30 | 73 | 61 |
| Binary | 11000101 | 1101101 | 110011 | 0 | 101101 | 1001010 | 10111 | 11000 | 111011 | 110001 |
Color Harmonies of #C56D33
Complementary color
Monochromatic Colors of #C56D33
Black with #C56D33
Text Example
Text Example
White with #C56D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D33; }
p { color: rgb(197,109,51); }
H1.HeaderClassName
{
color: #C56D33;
}
.AnyTagClassName
{
color: #C56D33;
}
</style>
background-color css
<style>
a { background-color: #C56D33; }
a { background-color: rgb(197,109,51); }
div.DivClassName
{
background-color: #C56D33;
}
.BgClassName
{
background-color: #C56D33;
}
</style>
border-color css
<style>
span { border-color: #C56D33; }
span { border-color: rgb(197,109,51); }
td.TdClassName
{
border-color: #C56D33;
}
.TagClassName
{
border-color: #C56D33;
}
</style>