Shades of Zest #C06D36
Tints of Zest #C06D36
RGB
CMYK
RGB Variations
Color information
#C06D36 (or 0xC06D36) is known color: Zest. HEX triplet: C0, 6D and 36. RGB value is (192,109,54). Sum of RGB (Red+Green+Blue) = 192+109+54=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D36 is #3F92C9. Grayscale: #7F7F7F. Windows color (decimal): -4166346 or 3567040. OLE color: 3567040.
HSL color Cylindrical-coordinate representation of color #C06D36: hue angle of 23.91º degrees, saturation: 0.56, 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 #C06D36 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 54 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.25 |
| HSL | 23.91º | 0.56% | 0.48% | - |
| HSV(B) | 23.91º | 0.72% | 0.75% | - |
| XYZ | 27.87 | 22.41 | 6.35 | - |
| YUV | 127.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 54 | 0 | 0.43 | 0.72 | 0.25 | 23.91 | 0.56 | 0.48 |
| Hex | C0 | 6D | 36 | 0 | 2B | 48 | 19 | 18 | 38 | 30 |
| Octal | 300 | 155 | 66 | 0 | 53 | 110 | 31 | 30 | 70 | 60 |
| Binary | 11000000 | 1101101 | 110110 | 0 | 101011 | 1001000 | 11001 | 11000 | 111000 | 110000 |
Color Harmonies of #C06D36
Complementary color
Monochromatic Colors of #C06D36
Black with #C06D36
Text Example
Text Example
White with #C06D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D36; }
p { color: rgb(192,109,54); }
H1.HeaderClassName
{
color: #C06D36;
}
.AnyTagClassName
{
color: #C06D36;
}
</style>
background-color css
<style>
a { background-color: #C06D36; }
a { background-color: rgb(192,109,54); }
div.DivClassName
{
background-color: #C06D36;
}
.BgClassName
{
background-color: #C06D36;
}
</style>
border-color css
<style>
span { border-color: #C06D36; }
span { border-color: rgb(192,109,54); }
td.TdClassName
{
border-color: #C06D36;
}
.TagClassName
{
border-color: #C06D36;
}
</style>