Shades of Zest #C16F3E
Tints of Zest #C16F3E
RGB
CMYK
RGB Variations
Color information
#C16F3E (or 0xC16F3E) is known color: Zest. HEX triplet: C1, 6F and 3E. RGB value is (193,111,62). Sum of RGB (Red+Green+Blue) = 193+111+62=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F3E is #3E90C1. Grayscale: #828282. Windows color (decimal): -4100290 or 4091841. OLE color: 4091841.
HSL color Cylindrical-coordinate representation of color #C16F3E: hue angle of 22.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C16F3E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 62 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.24 |
| HSL | 22.44º | 0.51% | 0.5% | - |
| HSV(B) | 22.44º | 0.68% | 0.76% | - |
| XYZ | 28.55 | 23.05 | 7.5 | - |
| YUV | 129.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 62 | 0 | 0.42 | 0.68 | 0.24 | 22.44 | 0.51 | 0.5 |
| Hex | C1 | 6F | 3E | 0 | 2A | 44 | 18 | 16 | 33 | 32 |
| Octal | 301 | 157 | 76 | 0 | 52 | 104 | 30 | 26 | 63 | 62 |
| Binary | 11000001 | 1101111 | 111110 | 0 | 101010 | 1000100 | 11000 | 10110 | 110011 | 110010 |
Color Harmonies of #C16F3E
Complementary color
Monochromatic Colors of #C16F3E
Black with #C16F3E
Text Example
Text Example
White with #C16F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F3E; }
p { color: rgb(193,111,62); }
H1.HeaderClassName
{
color: #C16F3E;
}
.AnyTagClassName
{
color: #C16F3E;
}
</style>
background-color css
<style>
a { background-color: #C16F3E; }
a { background-color: rgb(193,111,62); }
div.DivClassName
{
background-color: #C16F3E;
}
.BgClassName
{
background-color: #C16F3E;
}
</style>
border-color css
<style>
span { border-color: #C16F3E; }
span { border-color: rgb(193,111,62); }
td.TdClassName
{
border-color: #C16F3E;
}
.TagClassName
{
border-color: #C16F3E;
}
</style>