Shades of Zest #C47435
Tints of Zest #C47435
RGB
CMYK
RGB Variations
Color information
#C47435 (or 0xC47435) is known color: Zest. HEX triplet: C4, 74 and 35. RGB value is (196,116,53). Sum of RGB (Red+Green+Blue) = 196+116+53=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C47435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47435 is #3B8BCA. Grayscale: #858585. Windows color (decimal): -3902411 or 3503300. OLE color: 3503300.
HSL color Cylindrical-coordinate representation of color #C47435: hue angle of 26.43º degrees, saturation: 0.57, 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 #C47435 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 53 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.23 |
| HSL | 26.43º | 0.57% | 0.49% | - |
| HSV(B) | 26.43º | 0.73% | 0.77% | - |
| XYZ | 29.65 | 24.48 | 6.53 | - |
| YUV | 132.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 53 | 0 | 0.41 | 0.73 | 0.23 | 26.43 | 0.57 | 0.49 |
| Hex | C4 | 74 | 35 | 0 | 29 | 49 | 17 | 1A | 39 | 31 |
| Octal | 304 | 164 | 65 | 0 | 51 | 111 | 27 | 32 | 71 | 61 |
| Binary | 11000100 | 1110100 | 110101 | 0 | 101001 | 1001001 | 10111 | 11010 | 111001 | 110001 |
Color Harmonies of #C47435
Complementary color
Monochromatic Colors of #C47435
Black with #C47435
Text Example
Text Example
White with #C47435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47435; }
p { color: rgb(196,116,53); }
H1.HeaderClassName
{
color: #C47435;
}
.AnyTagClassName
{
color: #C47435;
}
</style>
background-color css
<style>
a { background-color: #C47435; }
a { background-color: rgb(196,116,53); }
div.DivClassName
{
background-color: #C47435;
}
.BgClassName
{
background-color: #C47435;
}
</style>
border-color css
<style>
span { border-color: #C47435; }
span { border-color: rgb(196,116,53); }
td.TdClassName
{
border-color: #C47435;
}
.TagClassName
{
border-color: #C47435;
}
</style>