Shades of Zest #C06C41
Tints of Zest #C06C41
RGB
CMYK
RGB Variations
Color information
#C06C41 (or 0xC06C41) is known color: Zest. HEX triplet: C0, 6C and 41. RGB value is (192,108,65). Sum of RGB (Red+Green+Blue) = 192+108+65=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C41 is #3F93BE. Grayscale: #808080. Windows color (decimal): -4166591 or 4287680. OLE color: 4287680.
HSL color Cylindrical-coordinate representation of color #C06C41: hue angle of 20.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C06C41 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 65 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.25 |
| HSL | 20.31º | 0.5% | 0.5% | - |
| HSV(B) | 20.31º | 0.66% | 0.75% | - |
| XYZ | 28.05 | 22.31 | 7.83 | - |
| YUV | 128.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 65 | 0 | 0.44 | 0.66 | 0.25 | 20.31 | 0.5 | 0.5 |
| Hex | C0 | 6C | 41 | 0 | 2C | 42 | 19 | 14 | 32 | 32 |
| Octal | 300 | 154 | 101 | 0 | 54 | 102 | 31 | 24 | 62 | 62 |
| Binary | 11000000 | 1101100 | 1000001 | 0 | 101100 | 1000010 | 11001 | 10100 | 110010 | 110010 |
Color Harmonies of #C06C41
Complementary color
Monochromatic Colors of #C06C41
Black with #C06C41
Text Example
Text Example
White with #C06C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C41; }
p { color: rgb(192,108,65); }
H1.HeaderClassName
{
color: #C06C41;
}
.AnyTagClassName
{
color: #C06C41;
}
</style>
background-color css
<style>
a { background-color: #C06C41; }
a { background-color: rgb(192,108,65); }
div.DivClassName
{
background-color: #C06C41;
}
.BgClassName
{
background-color: #C06C41;
}
</style>
border-color css
<style>
span { border-color: #C06C41; }
span { border-color: rgb(192,108,65); }
td.TdClassName
{
border-color: #C06C41;
}
.TagClassName
{
border-color: #C06C41;
}
</style>