Shades of Zest #C56C33
Tints of Zest #C56C33
RGB
CMYK
RGB Variations
Color information
#C56C33 (or 0xC56C33) is known color: Zest. HEX triplet: C5, 6C and 33. RGB value is (197,108,51). Sum of RGB (Red+Green+Blue) = 197+108+51=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C33 is #3A93CC. Grayscale: #808080. Windows color (decimal): -3838925 or 3370181. OLE color: 3370181.
HSL color Cylindrical-coordinate representation of color #C56C33: hue angle of 23.42º 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 #C56C33 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 51 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.23 |
| HSL | 23.42º | 0.59% | 0.49% | - |
| HSV(B) | 23.42º | 0.74% | 0.77% | - |
| XYZ | 28.99 | 22.83 | 6.01 | - |
| YUV | 128.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 51 | 0 | 0.45 | 0.74 | 0.23 | 23.42 | 0.59 | 0.49 |
| Hex | C5 | 6C | 33 | 0 | 2D | 4A | 17 | 17 | 3B | 31 |
| Octal | 305 | 154 | 63 | 0 | 55 | 112 | 27 | 27 | 73 | 61 |
| Binary | 11000101 | 1101100 | 110011 | 0 | 101101 | 1001010 | 10111 | 10111 | 111011 | 110001 |
Color Harmonies of #C56C33
Complementary color
Monochromatic Colors of #C56C33
Black with #C56C33
Text Example
Text Example
White with #C56C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C33; }
p { color: rgb(197,108,51); }
H1.HeaderClassName
{
color: #C56C33;
}
.AnyTagClassName
{
color: #C56C33;
}
</style>
background-color css
<style>
a { background-color: #C56C33; }
a { background-color: rgb(197,108,51); }
div.DivClassName
{
background-color: #C56C33;
}
.BgClassName
{
background-color: #C56C33;
}
</style>
border-color css
<style>
span { border-color: #C56C33; }
span { border-color: rgb(197,108,51); }
td.TdClassName
{
border-color: #C56C33;
}
.TagClassName
{
border-color: #C56C33;
}
</style>