Shades of Zest #C46C3F
Tints of Zest #C46C3F
RGB
CMYK
RGB Variations
Color information
#C46C3F (or 0xC46C3F) is known color: Zest. HEX triplet: C4, 6C and 3F. RGB value is (196,108,63). Sum of RGB (Red+Green+Blue) = 196+108+63=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C3F is #3B93C0. Grayscale: #818181. Windows color (decimal): -3904449 or 4156612. OLE color: 4156612.
HSL color Cylindrical-coordinate representation of color #C46C3F: hue angle of 20.3º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C46C3F is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 63 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.23 |
| HSL | 20.3º | 0.53% | 0.51% | - |
| HSV(B) | 20.3º | 0.68% | 0.77% | - |
| XYZ | 29.02 | 22.82 | 7.58 | - |
| YUV | 129.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 63 | 0 | 0.45 | 0.68 | 0.23 | 20.3 | 0.53 | 0.51 |
| Hex | C4 | 6C | 3F | 0 | 2D | 44 | 17 | 14 | 35 | 33 |
| Octal | 304 | 154 | 77 | 0 | 55 | 104 | 27 | 24 | 65 | 63 |
| Binary | 11000100 | 1101100 | 111111 | 0 | 101101 | 1000100 | 10111 | 10100 | 110101 | 110011 |
Color Harmonies of #C46C3F
Complementary color
Monochromatic Colors of #C46C3F
Black with #C46C3F
Text Example
Text Example
White with #C46C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C3F; }
p { color: rgb(196,108,63); }
H1.HeaderClassName
{
color: #C46C3F;
}
.AnyTagClassName
{
color: #C46C3F;
}
</style>
background-color css
<style>
a { background-color: #C46C3F; }
a { background-color: rgb(196,108,63); }
div.DivClassName
{
background-color: #C46C3F;
}
.BgClassName
{
background-color: #C46C3F;
}
</style>
border-color css
<style>
span { border-color: #C46C3F; }
span { border-color: rgb(196,108,63); }
td.TdClassName
{
border-color: #C46C3F;
}
.TagClassName
{
border-color: #C46C3F;
}
</style>