Shades of Zest #C46F34
Tints of Zest #C46F34
RGB
CMYK
RGB Variations
Color information
#C46F34 (or 0xC46F34) is known color: Zest. HEX triplet: C4, 6F and 34. RGB value is (196,111,52). Sum of RGB (Red+Green+Blue) = 196+111+52=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F34 is #3B90CB. Grayscale: #828282. Windows color (decimal): -3903692 or 3436484. OLE color: 3436484.
HSL color Cylindrical-coordinate representation of color #C46F34: hue angle of 24.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C46F34 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 52 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.23 |
| HSL | 24.58º | 0.58% | 0.49% | - |
| HSV(B) | 24.58º | 0.73% | 0.77% | - |
| XYZ | 29.07 | 23.35 | 6.22 | - |
| YUV | 129.69 | 84.16 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 52 | 0 | 0.43 | 0.73 | 0.23 | 24.58 | 0.58 | 0.49 |
| Hex | C4 | 6F | 34 | 0 | 2B | 49 | 17 | 19 | 3A | 31 |
| Octal | 304 | 157 | 64 | 0 | 53 | 111 | 27 | 31 | 72 | 61 |
| Binary | 11000100 | 1101111 | 110100 | 0 | 101011 | 1001001 | 10111 | 11001 | 111010 | 110001 |
Color Harmonies of #C46F34
Complementary color
Monochromatic Colors of #C46F34
Black with #C46F34
Text Example
Text Example
White with #C46F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F34; }
p { color: rgb(196,111,52); }
H1.HeaderClassName
{
color: #C46F34;
}
.AnyTagClassName
{
color: #C46F34;
}
</style>
background-color css
<style>
a { background-color: #C46F34; }
a { background-color: rgb(196,111,52); }
div.DivClassName
{
background-color: #C46F34;
}
.BgClassName
{
background-color: #C46F34;
}
</style>
border-color css
<style>
span { border-color: #C46F34; }
span { border-color: rgb(196,111,52); }
td.TdClassName
{
border-color: #C46F34;
}
.TagClassName
{
border-color: #C46F34;
}
</style>