Shades of Zest #C46F3C
Tints of Zest #C46F3C
RGB
CMYK
RGB Variations
Color information
#C46F3C (or 0xC46F3C) is known color: Zest. HEX triplet: C4, 6F and 3C. RGB value is (196,111,60). Sum of RGB (Red+Green+Blue) = 196+111+60=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F3C is #3B90C3. Grayscale: #828282. Windows color (decimal): -3903684 or 3960772. OLE color: 3960772.
HSL color Cylindrical-coordinate representation of color #C46F3C: hue angle of 22.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C46F3C is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 60 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.23 |
| HSL | 22.5º | 0.54% | 0.5% | - |
| HSV(B) | 22.5º | 0.69% | 0.77% | - |
| XYZ | 29.27 | 23.43 | 7.26 | - |
| YUV | 130.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 60 | 0 | 0.43 | 0.69 | 0.23 | 22.5 | 0.54 | 0.5 |
| Hex | C4 | 6F | 3C | 0 | 2B | 45 | 17 | 16 | 36 | 32 |
| Octal | 304 | 157 | 74 | 0 | 53 | 105 | 27 | 26 | 66 | 62 |
| Binary | 11000100 | 1101111 | 111100 | 0 | 101011 | 1000101 | 10111 | 10110 | 110110 | 110010 |
Color Harmonies of #C46F3C
Complementary color
Monochromatic Colors of #C46F3C
Black with #C46F3C
Text Example
Text Example
White with #C46F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F3C; }
p { color: rgb(196,111,60); }
H1.HeaderClassName
{
color: #C46F3C;
}
.AnyTagClassName
{
color: #C46F3C;
}
</style>
background-color css
<style>
a { background-color: #C46F3C; }
a { background-color: rgb(196,111,60); }
div.DivClassName
{
background-color: #C46F3C;
}
.BgClassName
{
background-color: #C46F3C;
}
</style>
border-color css
<style>
span { border-color: #C46F3C; }
span { border-color: rgb(196,111,60); }
td.TdClassName
{
border-color: #C46F3C;
}
.TagClassName
{
border-color: #C46F3C;
}
</style>