Shades of Zest #C66B40
Tints of Zest #C66B40
RGB
CMYK
RGB Variations
Color information
#C66B40 (or 0xC66B40) is known color: Zest. HEX triplet: C6, 6B and 40. RGB value is (198,107,64). Sum of RGB (Red+Green+Blue) = 198+107+64=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B40 is #3994BF. Grayscale: #818181. Windows color (decimal): -3773632 or 4221894. OLE color: 4221894.
HSL color Cylindrical-coordinate representation of color #C66B40: hue angle of 19.25º 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 #C66B40 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 64 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.22 |
| HSL | 19.25º | 0.54% | 0.51% | - |
| HSV(B) | 19.25º | 0.68% | 0.78% | - |
| XYZ | 29.47 | 22.89 | 7.72 | - |
| YUV | 129.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 64 | 0 | 0.46 | 0.68 | 0.22 | 19.25 | 0.54 | 0.51 |
| Hex | C6 | 6B | 40 | 0 | 2E | 44 | 16 | 13 | 36 | 33 |
| Octal | 306 | 153 | 100 | 0 | 56 | 104 | 26 | 23 | 66 | 63 |
| Binary | 11000110 | 1101011 | 1000000 | 0 | 101110 | 1000100 | 10110 | 10011 | 110110 | 110011 |
Color Harmonies of #C66B40
Complementary color
Monochromatic Colors of #C66B40
Black with #C66B40
Text Example
Text Example
White with #C66B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B40; }
p { color: rgb(198,107,64); }
H1.HeaderClassName
{
color: #C66B40;
}
.AnyTagClassName
{
color: #C66B40;
}
</style>
background-color css
<style>
a { background-color: #C66B40; }
a { background-color: rgb(198,107,64); }
div.DivClassName
{
background-color: #C66B40;
}
.BgClassName
{
background-color: #C66B40;
}
</style>
border-color css
<style>
span { border-color: #C66B40; }
span { border-color: rgb(198,107,64); }
td.TdClassName
{
border-color: #C66B40;
}
.TagClassName
{
border-color: #C66B40;
}
</style>