Shades of Zest #C37435
Tints of Zest #C37435
RGB
CMYK
RGB Variations
Color information
#C37435 (or 0xC37435) is known color: Zest. HEX triplet: C3, 74 and 35. RGB value is (195,116,53). Sum of RGB (Red+Green+Blue) = 195+116+53=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C37435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37435 is #3C8BCA. Grayscale: #848484. Windows color (decimal): -3967947 or 3503299. OLE color: 3503299.
HSL color Cylindrical-coordinate representation of color #C37435: hue angle of 26.62º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37435 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 53 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.24 |
| HSL | 26.62º | 0.57% | 0.49% | - |
| HSV(B) | 26.62º | 0.73% | 0.76% | - |
| XYZ | 29.39 | 24.35 | 6.52 | - |
| YUV | 132.44 | 83.17 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 53 | 0 | 0.41 | 0.73 | 0.24 | 26.62 | 0.57 | 0.49 |
| Hex | C3 | 74 | 35 | 0 | 29 | 49 | 18 | 1B | 39 | 31 |
| Octal | 303 | 164 | 65 | 0 | 51 | 111 | 30 | 33 | 71 | 61 |
| Binary | 11000011 | 1110100 | 110101 | 0 | 101001 | 1001001 | 11000 | 11011 | 111001 | 110001 |
Color Harmonies of #C37435
Complementary color
Monochromatic Colors of #C37435
Black with #C37435
Text Example
Text Example
White with #C37435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37435; }
p { color: rgb(195,116,53); }
H1.HeaderClassName
{
color: #C37435;
}
.AnyTagClassName
{
color: #C37435;
}
</style>
background-color css
<style>
a { background-color: #C37435; }
a { background-color: rgb(195,116,53); }
div.DivClassName
{
background-color: #C37435;
}
.BgClassName
{
background-color: #C37435;
}
</style>
border-color css
<style>
span { border-color: #C37435; }
span { border-color: rgb(195,116,53); }
td.TdClassName
{
border-color: #C37435;
}
.TagClassName
{
border-color: #C37435;
}
</style>