Shades of Zest #C66E34
Tints of Zest #C66E34
RGB
CMYK
RGB Variations
Color information
#C66E34 (or 0xC66E34) is known color: Zest. HEX triplet: C6, 6E and 34. RGB value is (198,110,52). Sum of RGB (Red+Green+Blue) = 198+110+52=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66E34 is #3991CB. Grayscale: #828282. Windows color (decimal): -3772876 or 3436230. OLE color: 3436230.
HSL color Cylindrical-coordinate representation of color #C66E34: hue angle of 23.84º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C66E34 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 52 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.22 |
| HSL | 23.84º | 0.58% | 0.49% | - |
| HSV(B) | 23.84º | 0.74% | 0.78% | - |
| XYZ | 29.48 | 23.41 | 6.21 | - |
| YUV | 129.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 52 | 0 | 0.44 | 0.74 | 0.22 | 23.84 | 0.58 | 0.49 |
| Hex | C6 | 6E | 34 | 0 | 2C | 4A | 16 | 18 | 3A | 31 |
| Octal | 306 | 156 | 64 | 0 | 54 | 112 | 26 | 30 | 72 | 61 |
| Binary | 11000110 | 1101110 | 110100 | 0 | 101100 | 1001010 | 10110 | 11000 | 111010 | 110001 |
Color Harmonies of #C66E34
Complementary color
Monochromatic Colors of #C66E34
Black with #C66E34
Text Example
Text Example
White with #C66E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E34; }
p { color: rgb(198,110,52); }
H1.HeaderClassName
{
color: #C66E34;
}
.AnyTagClassName
{
color: #C66E34;
}
</style>
background-color css
<style>
a { background-color: #C66E34; }
a { background-color: rgb(198,110,52); }
div.DivClassName
{
background-color: #C66E34;
}
.BgClassName
{
background-color: #C66E34;
}
</style>
border-color css
<style>
span { border-color: #C66E34; }
span { border-color: rgb(198,110,52); }
td.TdClassName
{
border-color: #C66E34;
}
.TagClassName
{
border-color: #C66E34;
}
</style>