Shades of Zest #C67444
Tints of Zest #C67444
RGB
CMYK
RGB Variations
Color information
#C67444 (or 0xC67444) is known color: Zest. HEX triplet: C6, 74 and 44. RGB value is (198,116,68). Sum of RGB (Red+Green+Blue) = 198+116+68=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C67444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67444 is #398BBB. Grayscale: #878787. Windows color (decimal): -3771324 or 4486342. OLE color: 4486342.
HSL color Cylindrical-coordinate representation of color #C67444: hue angle of 22.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C67444 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 68 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.22 |
| HSL | 22.15º | 0.53% | 0.52% | - |
| HSV(B) | 22.15º | 0.66% | 0.78% | - |
| XYZ | 30.58 | 24.91 | 8.67 | - |
| YUV | 135.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 68 | 0 | 0.41 | 0.66 | 0.22 | 22.15 | 0.53 | 0.52 |
| Hex | C6 | 74 | 44 | 0 | 29 | 42 | 16 | 16 | 35 | 34 |
| Octal | 306 | 164 | 104 | 0 | 51 | 102 | 26 | 26 | 65 | 64 |
| Binary | 11000110 | 1110100 | 1000100 | 0 | 101001 | 1000010 | 10110 | 10110 | 110101 | 110100 |
Color Harmonies of #C67444
Complementary color
Monochromatic Colors of #C67444
Black with #C67444
Text Example
Text Example
White with #C67444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67444; }
p { color: rgb(198,116,68); }
H1.HeaderClassName
{
color: #C67444;
}
.AnyTagClassName
{
color: #C67444;
}
</style>
background-color css
<style>
a { background-color: #C67444; }
a { background-color: rgb(198,116,68); }
div.DivClassName
{
background-color: #C67444;
}
.BgClassName
{
background-color: #C67444;
}
</style>
border-color css
<style>
span { border-color: #C67444; }
span { border-color: rgb(198,116,68); }
td.TdClassName
{
border-color: #C67444;
}
.TagClassName
{
border-color: #C67444;
}
</style>