Shades of Zest #C56F43
Tints of Zest #C56F43
RGB
CMYK
RGB Variations
Color information
#C56F43 (or 0xC56F43) is known color: Zest. HEX triplet: C5, 6F and 43. RGB value is (197,111,67). Sum of RGB (Red+Green+Blue) = 197+111+67=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F43 is #3A90BC. Grayscale: #838383. Windows color (decimal): -3838141 or 4419525. OLE color: 4419525.
HSL color Cylindrical-coordinate representation of color #C56F43: hue angle of 20.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C56F43 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 67 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.23 |
| HSL | 20.31º | 0.53% | 0.52% | - |
| HSV(B) | 20.31º | 0.66% | 0.77% | - |
| XYZ | 29.72 | 23.64 | 8.31 | - |
| YUV | 131.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 67 | 0 | 0.44 | 0.66 | 0.23 | 20.31 | 0.53 | 0.52 |
| Hex | C5 | 6F | 43 | 0 | 2C | 42 | 17 | 14 | 35 | 34 |
| Octal | 305 | 157 | 103 | 0 | 54 | 102 | 27 | 24 | 65 | 64 |
| Binary | 11000101 | 1101111 | 1000011 | 0 | 101100 | 1000010 | 10111 | 10100 | 110101 | 110100 |
Color Harmonies of #C56F43
Complementary color
Monochromatic Colors of #C56F43
Black with #C56F43
Text Example
Text Example
White with #C56F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F43; }
p { color: rgb(197,111,67); }
H1.HeaderClassName
{
color: #C56F43;
}
.AnyTagClassName
{
color: #C56F43;
}
</style>
background-color css
<style>
a { background-color: #C56F43; }
a { background-color: rgb(197,111,67); }
div.DivClassName
{
background-color: #C56F43;
}
.BgClassName
{
background-color: #C56F43;
}
</style>
border-color css
<style>
span { border-color: #C56F43; }
span { border-color: rgb(197,111,67); }
td.TdClassName
{
border-color: #C56F43;
}
.TagClassName
{
border-color: #C56F43;
}
</style>