Shades of Zest #C06F3D
Tints of Zest #C06F3D
RGB
CMYK
RGB Variations
Color information
#C06F3D (or 0xC06F3D) is known color: Zest. HEX triplet: C0, 6F and 3D. RGB value is (192,111,61). Sum of RGB (Red+Green+Blue) = 192+111+61=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F3D is #3F90C2. Grayscale: #818181. Windows color (decimal): -4165827 or 4026304. OLE color: 4026304.
HSL color Cylindrical-coordinate representation of color #C06F3D: hue angle of 22.9º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C06F3D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 61 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.25 |
| HSL | 22.9º | 0.52% | 0.5% | - |
| HSV(B) | 22.9º | 0.68% | 0.75% | - |
| XYZ | 28.26 | 22.91 | 7.35 | - |
| YUV | 129.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 61 | 0 | 0.42 | 0.68 | 0.25 | 22.9 | 0.52 | 0.5 |
| Hex | C0 | 6F | 3D | 0 | 2A | 44 | 19 | 17 | 34 | 32 |
| Octal | 300 | 157 | 75 | 0 | 52 | 104 | 31 | 27 | 64 | 62 |
| Binary | 11000000 | 1101111 | 111101 | 0 | 101010 | 1000100 | 11001 | 10111 | 110100 | 110010 |
Color Harmonies of #C06F3D
Complementary color
Monochromatic Colors of #C06F3D
Black with #C06F3D
Text Example
Text Example
White with #C06F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F3D; }
p { color: rgb(192,111,61); }
H1.HeaderClassName
{
color: #C06F3D;
}
.AnyTagClassName
{
color: #C06F3D;
}
</style>
background-color css
<style>
a { background-color: #C06F3D; }
a { background-color: rgb(192,111,61); }
div.DivClassName
{
background-color: #C06F3D;
}
.BgClassName
{
background-color: #C06F3D;
}
</style>
border-color css
<style>
span { border-color: #C06F3D; }
span { border-color: rgb(192,111,61); }
td.TdClassName
{
border-color: #C06F3D;
}
.TagClassName
{
border-color: #C06F3D;
}
</style>