Shades of Zest #C56F36
Tints of Zest #C56F36
RGB
CMYK
RGB Variations
Color information
#C56F36 (or 0xC56F36) is known color: Zest. HEX triplet: C5, 6F and 36. RGB value is (197,111,54). Sum of RGB (Red+Green+Blue) = 197+111+54=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F36 is #3A90C9. Grayscale: #828282. Windows color (decimal): -3838154 or 3567557. OLE color: 3567557.
HSL color Cylindrical-coordinate representation of color #C56F36: hue angle of 23.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C56F36 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 54 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.23 |
| HSL | 23.92º | 0.57% | 0.49% | - |
| HSV(B) | 23.92º | 0.73% | 0.77% | - |
| XYZ | 29.38 | 23.51 | 6.48 | - |
| YUV | 130.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 54 | 0 | 0.44 | 0.73 | 0.23 | 23.92 | 0.57 | 0.49 |
| Hex | C5 | 6F | 36 | 0 | 2C | 49 | 17 | 18 | 39 | 31 |
| Octal | 305 | 157 | 66 | 0 | 54 | 111 | 27 | 30 | 71 | 61 |
| Binary | 11000101 | 1101111 | 110110 | 0 | 101100 | 1001001 | 10111 | 11000 | 111001 | 110001 |
Color Harmonies of #C56F36
Complementary color
Monochromatic Colors of #C56F36
Black with #C56F36
Text Example
Text Example
White with #C56F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F36; }
p { color: rgb(197,111,54); }
H1.HeaderClassName
{
color: #C56F36;
}
.AnyTagClassName
{
color: #C56F36;
}
</style>
background-color css
<style>
a { background-color: #C56F36; }
a { background-color: rgb(197,111,54); }
div.DivClassName
{
background-color: #C56F36;
}
.BgClassName
{
background-color: #C56F36;
}
</style>
border-color css
<style>
span { border-color: #C56F36; }
span { border-color: rgb(197,111,54); }
td.TdClassName
{
border-color: #C56F36;
}
.TagClassName
{
border-color: #C56F36;
}
</style>