Shades of Zest #C06D3C
Tints of Zest #C06D3C
RGB
CMYK
RGB Variations
Color information
#C06D3C (or 0xC06D3C) is known color: Zest. HEX triplet: C0, 6D and 3C. RGB value is (192,109,60). Sum of RGB (Red+Green+Blue) = 192+109+60=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D3C is #3F92C3. Grayscale: #808080. Windows color (decimal): -4166340 or 3960256. OLE color: 3960256.
HSL color Cylindrical-coordinate representation of color #C06D3C: hue angle of 22.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C06D3C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 60 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.25 |
| HSL | 22.27º | 0.52% | 0.49% | - |
| HSV(B) | 22.27º | 0.69% | 0.75% | - |
| XYZ | 28.02 | 22.47 | 7.14 | - |
| YUV | 128.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 60 | 0 | 0.43 | 0.69 | 0.25 | 22.27 | 0.52 | 0.49 |
| Hex | C0 | 6D | 3C | 0 | 2B | 45 | 19 | 16 | 34 | 31 |
| Octal | 300 | 155 | 74 | 0 | 53 | 105 | 31 | 26 | 64 | 61 |
| Binary | 11000000 | 1101101 | 111100 | 0 | 101011 | 1000101 | 11001 | 10110 | 110100 | 110001 |
Color Harmonies of #C06D3C
Complementary color
Monochromatic Colors of #C06D3C
Black with #C06D3C
Text Example
Text Example
White with #C06D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D3C; }
p { color: rgb(192,109,60); }
H1.HeaderClassName
{
color: #C06D3C;
}
.AnyTagClassName
{
color: #C06D3C;
}
</style>
background-color css
<style>
a { background-color: #C06D3C; }
a { background-color: rgb(192,109,60); }
div.DivClassName
{
background-color: #C06D3C;
}
.BgClassName
{
background-color: #C06D3C;
}
</style>
border-color css
<style>
span { border-color: #C06D3C; }
span { border-color: rgb(192,109,60); }
td.TdClassName
{
border-color: #C06D3C;
}
.TagClassName
{
border-color: #C06D3C;
}
</style>