Shades of Zest #C06F44
Tints of Zest #C06F44
RGB
CMYK
RGB Variations
Color information
#C06F44 (or 0xC06F44) is known color: Zest. HEX triplet: C0, 6F and 44. RGB value is (192,111,68). Sum of RGB (Red+Green+Blue) = 192+111+68=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F44 is #3F90BB. Grayscale: #828282. Windows color (decimal): -4165820 or 4485056. OLE color: 4485056.
HSL color Cylindrical-coordinate representation of color #C06F44: hue angle of 20.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C06F44 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 68 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.25 |
| HSL | 20.81º | 0.5% | 0.51% | - |
| HSV(B) | 20.81º | 0.65% | 0.75% | - |
| XYZ | 28.47 | 22.99 | 8.41 | - |
| YUV | 130.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 68 | 0 | 0.42 | 0.65 | 0.25 | 20.81 | 0.5 | 0.51 |
| Hex | C0 | 6F | 44 | 0 | 2A | 41 | 19 | 15 | 32 | 33 |
| Octal | 300 | 157 | 104 | 0 | 52 | 101 | 31 | 25 | 62 | 63 |
| Binary | 11000000 | 1101111 | 1000100 | 0 | 101010 | 1000001 | 11001 | 10101 | 110010 | 110011 |
Color Harmonies of #C06F44
Complementary color
Monochromatic Colors of #C06F44
Black with #C06F44
Text Example
Text Example
White with #C06F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F44; }
p { color: rgb(192,111,68); }
H1.HeaderClassName
{
color: #C06F44;
}
.AnyTagClassName
{
color: #C06F44;
}
</style>
background-color css
<style>
a { background-color: #C06F44; }
a { background-color: rgb(192,111,68); }
div.DivClassName
{
background-color: #C06F44;
}
.BgClassName
{
background-color: #C06F44;
}
</style>
border-color css
<style>
span { border-color: #C06F44; }
span { border-color: rgb(192,111,68); }
td.TdClassName
{
border-color: #C06F44;
}
.TagClassName
{
border-color: #C06F44;
}
</style>