Shades of Zest #C06A3C
Tints of Zest #C06A3C
RGB
CMYK
RGB Variations
Color information
#C06A3C (or 0xC06A3C) is known color: Zest. HEX triplet: C0, 6A and 3C. RGB value is (192,106,60). Sum of RGB (Red+Green+Blue) = 192+106+60=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A3C is #3F95C3. Grayscale: #7E7E7E. Windows color (decimal): -4167108 or 3959488. OLE color: 3959488.
HSL color Cylindrical-coordinate representation of color #C06A3C: hue angle of 20.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C06A3C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 60 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.25 |
| HSL | 20.91º | 0.52% | 0.49% | - |
| HSV(B) | 20.91º | 0.69% | 0.75% | - |
| XYZ | 27.71 | 21.84 | 7.03 | - |
| YUV | 126.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 60 | 0 | 0.45 | 0.69 | 0.25 | 20.91 | 0.52 | 0.49 |
| Hex | C0 | 6A | 3C | 0 | 2D | 45 | 19 | 15 | 34 | 31 |
| Octal | 300 | 152 | 74 | 0 | 55 | 105 | 31 | 25 | 64 | 61 |
| Binary | 11000000 | 1101010 | 111100 | 0 | 101101 | 1000101 | 11001 | 10101 | 110100 | 110001 |
Color Harmonies of #C06A3C
Complementary color
Monochromatic Colors of #C06A3C
Black with #C06A3C
Text Example
Text Example
White with #C06A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A3C; }
p { color: rgb(192,106,60); }
H1.HeaderClassName
{
color: #C06A3C;
}
.AnyTagClassName
{
color: #C06A3C;
}
</style>
background-color css
<style>
a { background-color: #C06A3C; }
a { background-color: rgb(192,106,60); }
div.DivClassName
{
background-color: #C06A3C;
}
.BgClassName
{
background-color: #C06A3C;
}
</style>
border-color css
<style>
span { border-color: #C06A3C; }
span { border-color: rgb(192,106,60); }
td.TdClassName
{
border-color: #C06A3C;
}
.TagClassName
{
border-color: #C06A3C;
}
</style>