Shades of Zest #C66C40
Tints of Zest #C66C40
RGB
CMYK
RGB Variations
Color information
#C66C40 (or 0xC66C40) is known color: Zest. HEX triplet: C6, 6C and 40. RGB value is (198,108,64). Sum of RGB (Red+Green+Blue) = 198+108+64=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C40 is #3993BF. Grayscale: #828282. Windows color (decimal): -3773376 or 4222150. OLE color: 4222150.
HSL color Cylindrical-coordinate representation of color #C66C40: hue angle of 19.7º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C66C40 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 64 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.22 |
| HSL | 19.7º | 0.54% | 0.51% | - |
| HSV(B) | 19.7º | 0.68% | 0.78% | - |
| XYZ | 29.58 | 23.1 | 7.75 | - |
| YUV | 129.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 64 | 0 | 0.45 | 0.68 | 0.22 | 19.7 | 0.54 | 0.51 |
| Hex | C6 | 6C | 40 | 0 | 2D | 44 | 16 | 14 | 36 | 33 |
| Octal | 306 | 154 | 100 | 0 | 55 | 104 | 26 | 24 | 66 | 63 |
| Binary | 11000110 | 1101100 | 1000000 | 0 | 101101 | 1000100 | 10110 | 10100 | 110110 | 110011 |
Color Harmonies of #C66C40
Complementary color
Monochromatic Colors of #C66C40
Black with #C66C40
Text Example
Text Example
White with #C66C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C40; }
p { color: rgb(198,108,64); }
H1.HeaderClassName
{
color: #C66C40;
}
.AnyTagClassName
{
color: #C66C40;
}
</style>
background-color css
<style>
a { background-color: #C66C40; }
a { background-color: rgb(198,108,64); }
div.DivClassName
{
background-color: #C66C40;
}
.BgClassName
{
background-color: #C66C40;
}
</style>
border-color css
<style>
span { border-color: #C66C40; }
span { border-color: rgb(198,108,64); }
td.TdClassName
{
border-color: #C66C40;
}
.TagClassName
{
border-color: #C66C40;
}
</style>