Shades of Zest #C46C34
Tints of Zest #C46C34
RGB
CMYK
RGB Variations
Color information
#C46C34 (or 0xC46C34) is known color: Zest. HEX triplet: C4, 6C and 34. RGB value is (196,108,52). Sum of RGB (Red+Green+Blue) = 196+108+52=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C34 is #3B93CB. Grayscale: #808080. Windows color (decimal): -3904460 or 3435716. OLE color: 3435716.
HSL color Cylindrical-coordinate representation of color #C46C34: hue angle of 23.33º 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 #C46C34 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 52 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.23 |
| HSL | 23.33º | 0.58% | 0.49% | - |
| HSV(B) | 23.33º | 0.73% | 0.77% | - |
| XYZ | 28.75 | 22.71 | 6.12 | - |
| YUV | 127.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 52 | 0 | 0.45 | 0.73 | 0.23 | 23.33 | 0.58 | 0.49 |
| Hex | C4 | 6C | 34 | 0 | 2D | 49 | 17 | 17 | 3A | 31 |
| Octal | 304 | 154 | 64 | 0 | 55 | 111 | 27 | 27 | 72 | 61 |
| Binary | 11000100 | 1101100 | 110100 | 0 | 101101 | 1001001 | 10111 | 10111 | 111010 | 110001 |
Color Harmonies of #C46C34
Complementary color
Monochromatic Colors of #C46C34
Black with #C46C34
Text Example
Text Example
White with #C46C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C34; }
p { color: rgb(196,108,52); }
H1.HeaderClassName
{
color: #C46C34;
}
.AnyTagClassName
{
color: #C46C34;
}
</style>
background-color css
<style>
a { background-color: #C46C34; }
a { background-color: rgb(196,108,52); }
div.DivClassName
{
background-color: #C46C34;
}
.BgClassName
{
background-color: #C46C34;
}
</style>
border-color css
<style>
span { border-color: #C46C34; }
span { border-color: rgb(196,108,52); }
td.TdClassName
{
border-color: #C46C34;
}
.TagClassName
{
border-color: #C46C34;
}
</style>