Shades of Zest #C06F41
Tints of Zest #C06F41
RGB
CMYK
RGB Variations
Color information
#C06F41 (or 0xC06F41) is known color: Zest. HEX triplet: C0, 6F and 41. RGB value is (192,111,65). Sum of RGB (Red+Green+Blue) = 192+111+65=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F41 is #3F90BE. Grayscale: #828282. Windows color (decimal): -4165823 or 4288448. OLE color: 4288448.
HSL color Cylindrical-coordinate representation of color #C06F41: hue angle of 21.73º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C06F41 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 65 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.25 |
| HSL | 21.73º | 0.5% | 0.5% | - |
| HSV(B) | 21.73º | 0.66% | 0.75% | - |
| XYZ | 28.38 | 22.96 | 7.94 | - |
| YUV | 129.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 65 | 0 | 0.42 | 0.66 | 0.25 | 21.73 | 0.5 | 0.5 |
| Hex | C0 | 6F | 41 | 0 | 2A | 42 | 19 | 16 | 32 | 32 |
| Octal | 300 | 157 | 101 | 0 | 52 | 102 | 31 | 26 | 62 | 62 |
| Binary | 11000000 | 1101111 | 1000001 | 0 | 101010 | 1000010 | 11001 | 10110 | 110010 | 110010 |
Color Harmonies of #C06F41
Complementary color
Monochromatic Colors of #C06F41
Black with #C06F41
Text Example
Text Example
White with #C06F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F41; }
p { color: rgb(192,111,65); }
H1.HeaderClassName
{
color: #C06F41;
}
.AnyTagClassName
{
color: #C06F41;
}
</style>
background-color css
<style>
a { background-color: #C06F41; }
a { background-color: rgb(192,111,65); }
div.DivClassName
{
background-color: #C06F41;
}
.BgClassName
{
background-color: #C06F41;
}
</style>
border-color css
<style>
span { border-color: #C06F41; }
span { border-color: rgb(192,111,65); }
td.TdClassName
{
border-color: #C06F41;
}
.TagClassName
{
border-color: #C06F41;
}
</style>