Shades of Zest #C06C43
Tints of Zest #C06C43
RGB
CMYK
RGB Variations
Color information
#C06C43 (or 0xC06C43) is known color: Zest. HEX triplet: C0, 6C and 43. RGB value is (192,108,67). Sum of RGB (Red+Green+Blue) = 192+108+67=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C43 is #3F93BC. Grayscale: #808080. Windows color (decimal): -4166589 or 4418752. OLE color: 4418752.
HSL color Cylindrical-coordinate representation of color #C06C43: hue angle of 19.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C06C43 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 67 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.25 |
| HSL | 19.68º | 0.5% | 0.51% | - |
| HSV(B) | 19.68º | 0.65% | 0.75% | - |
| XYZ | 28.11 | 22.34 | 8.14 | - |
| YUV | 128.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 67 | 0 | 0.44 | 0.65 | 0.25 | 19.68 | 0.5 | 0.51 |
| Hex | C0 | 6C | 43 | 0 | 2C | 41 | 19 | 14 | 32 | 33 |
| Octal | 300 | 154 | 103 | 0 | 54 | 101 | 31 | 24 | 62 | 63 |
| Binary | 11000000 | 1101100 | 1000011 | 0 | 101100 | 1000001 | 11001 | 10100 | 110010 | 110011 |
Color Harmonies of #C06C43
Complementary color
Monochromatic Colors of #C06C43
Black with #C06C43
Text Example
Text Example
White with #C06C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C43; }
p { color: rgb(192,108,67); }
H1.HeaderClassName
{
color: #C06C43;
}
.AnyTagClassName
{
color: #C06C43;
}
</style>
background-color css
<style>
a { background-color: #C06C43; }
a { background-color: rgb(192,108,67); }
div.DivClassName
{
background-color: #C06C43;
}
.BgClassName
{
background-color: #C06C43;
}
</style>
border-color css
<style>
span { border-color: #C06C43; }
span { border-color: rgb(192,108,67); }
td.TdClassName
{
border-color: #C06C43;
}
.TagClassName
{
border-color: #C06C43;
}
</style>