Shades of Zest #C47333
Tints of Zest #C47333
RGB
CMYK
RGB Variations
Color information
#C47333 (or 0xC47333) is known color: Zest. HEX triplet: C4, 73 and 33. RGB value is (196,115,51). Sum of RGB (Red+Green+Blue) = 196+115+51=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C47333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47333 is #3B8CCC. Grayscale: #848484. Windows color (decimal): -3902669 or 3371972. OLE color: 3371972.
HSL color Cylindrical-coordinate representation of color #C47333: hue angle of 26.48º 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 #C47333 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 51 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.23 |
| HSL | 26.48º | 0.59% | 0.48% | - |
| HSV(B) | 26.48º | 0.74% | 0.77% | - |
| XYZ | 29.49 | 24.24 | 6.26 | - |
| YUV | 131.92 | 82.34 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 51 | 0 | 0.41 | 0.74 | 0.23 | 26.48 | 0.59 | 0.48 |
| Hex | C4 | 73 | 33 | 0 | 29 | 4A | 17 | 1A | 3B | 30 |
| Octal | 304 | 163 | 63 | 0 | 51 | 112 | 27 | 32 | 73 | 60 |
| Binary | 11000100 | 1110011 | 110011 | 0 | 101001 | 1001010 | 10111 | 11010 | 111011 | 110000 |
Color Harmonies of #C47333
Complementary color
Monochromatic Colors of #C47333
Black with #C47333
Text Example
Text Example
White with #C47333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47333; }
p { color: rgb(196,115,51); }
H1.HeaderClassName
{
color: #C47333;
}
.AnyTagClassName
{
color: #C47333;
}
</style>
background-color css
<style>
a { background-color: #C47333; }
a { background-color: rgb(196,115,51); }
div.DivClassName
{
background-color: #C47333;
}
.BgClassName
{
background-color: #C47333;
}
</style>
border-color css
<style>
span { border-color: #C47333; }
span { border-color: rgb(196,115,51); }
td.TdClassName
{
border-color: #C47333;
}
.TagClassName
{
border-color: #C47333;
}
</style>