Shades of Zest #C06D35
Tints of Zest #C06D35
RGB
CMYK
RGB Variations
Color information
#C06D35 (or 0xC06D35) is known color: Zest. HEX triplet: C0, 6D and 35. RGB value is (192,109,53). Sum of RGB (Red+Green+Blue) = 192+109+53=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D35 is #3F92CA. Grayscale: #7F7F7F. Windows color (decimal): -4166347 or 3501504. OLE color: 3501504.
HSL color Cylindrical-coordinate representation of color #C06D35: hue angle of 24.17º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06D35 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 53 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.25 |
| HSL | 24.17º | 0.57% | 0.48% | - |
| HSV(B) | 24.17º | 0.72% | 0.75% | - |
| XYZ | 27.85 | 22.4 | 6.22 | - |
| YUV | 127.43 | 86 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 53 | 0 | 0.43 | 0.72 | 0.25 | 24.17 | 0.57 | 0.48 |
| Hex | C0 | 6D | 35 | 0 | 2B | 48 | 19 | 18 | 39 | 30 |
| Octal | 300 | 155 | 65 | 0 | 53 | 110 | 31 | 30 | 71 | 60 |
| Binary | 11000000 | 1101101 | 110101 | 0 | 101011 | 1001000 | 11001 | 11000 | 111001 | 110000 |
Color Harmonies of #C06D35
Complementary color
Monochromatic Colors of #C06D35
Black with #C06D35
Text Example
Text Example
White with #C06D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D35; }
p { color: rgb(192,109,53); }
H1.HeaderClassName
{
color: #C06D35;
}
.AnyTagClassName
{
color: #C06D35;
}
</style>
background-color css
<style>
a { background-color: #C06D35; }
a { background-color: rgb(192,109,53); }
div.DivClassName
{
background-color: #C06D35;
}
.BgClassName
{
background-color: #C06D35;
}
</style>
border-color css
<style>
span { border-color: #C06D35; }
span { border-color: rgb(192,109,53); }
td.TdClassName
{
border-color: #C06D35;
}
.TagClassName
{
border-color: #C06D35;
}
</style>