Shades of Zest #C46F33
Tints of Zest #C46F33
RGB
CMYK
RGB Variations
Color information
#C46F33 (or 0xC46F33) is known color: Zest. HEX triplet: C4, 6F and 33. RGB value is (196,111,51). Sum of RGB (Red+Green+Blue) = 196+111+51=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F33 is #3B90CC. Grayscale: #818181. Windows color (decimal): -3903693 or 3370948. OLE color: 3370948.
HSL color Cylindrical-coordinate representation of color #C46F33: hue angle of 24.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C46F33 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 51 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.23 |
| HSL | 24.83º | 0.59% | 0.48% | - |
| HSV(B) | 24.83º | 0.74% | 0.77% | - |
| XYZ | 29.05 | 23.34 | 6.11 | - |
| YUV | 129.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 51 | 0 | 0.43 | 0.74 | 0.23 | 24.83 | 0.59 | 0.48 |
| Hex | C4 | 6F | 33 | 0 | 2B | 4A | 17 | 19 | 3B | 30 |
| Octal | 304 | 157 | 63 | 0 | 53 | 112 | 27 | 31 | 73 | 60 |
| Binary | 11000100 | 1101111 | 110011 | 0 | 101011 | 1001010 | 10111 | 11001 | 111011 | 110000 |
Color Harmonies of #C46F33
Complementary color
Monochromatic Colors of #C46F33
Black with #C46F33
Text Example
Text Example
White with #C46F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F33; }
p { color: rgb(196,111,51); }
H1.HeaderClassName
{
color: #C46F33;
}
.AnyTagClassName
{
color: #C46F33;
}
</style>
background-color css
<style>
a { background-color: #C46F33; }
a { background-color: rgb(196,111,51); }
div.DivClassName
{
background-color: #C46F33;
}
.BgClassName
{
background-color: #C46F33;
}
</style>
border-color css
<style>
span { border-color: #C46F33; }
span { border-color: rgb(196,111,51); }
td.TdClassName
{
border-color: #C46F33;
}
.TagClassName
{
border-color: #C46F33;
}
</style>