Shades of Zest #C06F40
Tints of Zest #C06F40
RGB
CMYK
RGB Variations
Color information
#C06F40 (or 0xC06F40) is known color: Zest. HEX triplet: C0, 6F and 40. RGB value is (192,111,64). Sum of RGB (Red+Green+Blue) = 192+111+64=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F40 is #3F90BF. Grayscale: #828282. Windows color (decimal): -4165824 or 4222912. OLE color: 4222912.
HSL color Cylindrical-coordinate representation of color #C06F40: hue angle of 22.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C06F40 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 64 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.25 |
| HSL | 22.03º | 0.5% | 0.5% | - |
| HSV(B) | 22.03º | 0.67% | 0.75% | - |
| XYZ | 28.35 | 22.95 | 7.79 | - |
| YUV | 129.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 64 | 0 | 0.42 | 0.67 | 0.25 | 22.03 | 0.5 | 0.5 |
| Hex | C0 | 6F | 40 | 0 | 2A | 43 | 19 | 16 | 32 | 32 |
| Octal | 300 | 157 | 100 | 0 | 52 | 103 | 31 | 26 | 62 | 62 |
| Binary | 11000000 | 1101111 | 1000000 | 0 | 101010 | 1000011 | 11001 | 10110 | 110010 | 110010 |
Color Harmonies of #C06F40
Complementary color
Monochromatic Colors of #C06F40
Black with #C06F40
Text Example
Text Example
White with #C06F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F40; }
p { color: rgb(192,111,64); }
H1.HeaderClassName
{
color: #C06F40;
}
.AnyTagClassName
{
color: #C06F40;
}
</style>
background-color css
<style>
a { background-color: #C06F40; }
a { background-color: rgb(192,111,64); }
div.DivClassName
{
background-color: #C06F40;
}
.BgClassName
{
background-color: #C06F40;
}
</style>
border-color css
<style>
span { border-color: #C06F40; }
span { border-color: rgb(192,111,64); }
td.TdClassName
{
border-color: #C06F40;
}
.TagClassName
{
border-color: #C06F40;
}
</style>