Shades of Zest #C06C3D
Tints of Zest #C06C3D
RGB
CMYK
RGB Variations
Color information
#C06C3D (or 0xC06C3D) is known color: Zest. HEX triplet: C0, 6C and 3D. RGB value is (192,108,61). Sum of RGB (Red+Green+Blue) = 192+108+61=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C3D is #3F93C2. Grayscale: #808080. Windows color (decimal): -4166595 or 4025536. OLE color: 4025536.
HSL color Cylindrical-coordinate representation of color #C06C3D: hue angle of 21.53º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C06C3D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 61 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.25 |
| HSL | 21.53º | 0.52% | 0.5% | - |
| HSV(B) | 21.53º | 0.68% | 0.75% | - |
| XYZ | 27.94 | 22.27 | 7.24 | - |
| YUV | 127.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 61 | 0 | 0.44 | 0.68 | 0.25 | 21.53 | 0.52 | 0.5 |
| Hex | C0 | 6C | 3D | 0 | 2C | 44 | 19 | 16 | 34 | 32 |
| Octal | 300 | 154 | 75 | 0 | 54 | 104 | 31 | 26 | 64 | 62 |
| Binary | 11000000 | 1101100 | 111101 | 0 | 101100 | 1000100 | 11001 | 10110 | 110100 | 110010 |
Color Harmonies of #C06C3D
Complementary color
Monochromatic Colors of #C06C3D
Black with #C06C3D
Text Example
Text Example
White with #C06C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C3D; }
p { color: rgb(192,108,61); }
H1.HeaderClassName
{
color: #C06C3D;
}
.AnyTagClassName
{
color: #C06C3D;
}
</style>
background-color css
<style>
a { background-color: #C06C3D; }
a { background-color: rgb(192,108,61); }
div.DivClassName
{
background-color: #C06C3D;
}
.BgClassName
{
background-color: #C06C3D;
}
</style>
border-color css
<style>
span { border-color: #C06C3D; }
span { border-color: rgb(192,108,61); }
td.TdClassName
{
border-color: #C06C3D;
}
.TagClassName
{
border-color: #C06C3D;
}
</style>