Shades of Zest #C77035
Tints of Zest #C77035
RGB
CMYK
RGB Variations
Color information
#C77035 (or 0xC77035) is known color: Zest. HEX triplet: C7, 70 and 35. RGB value is (199,112,53). Sum of RGB (Red+Green+Blue) = 199+112+53=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C77035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77035 is #388FCA. Grayscale: #838383. Windows color (decimal): -3706827 or 3502279. OLE color: 3502279.
HSL color Cylindrical-coordinate representation of color #C77035: hue angle of 24.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C77035 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 53 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.22 |
| HSL | 24.25º | 0.58% | 0.49% | - |
| HSV(B) | 24.25º | 0.73% | 0.78% | - |
| XYZ | 29.99 | 23.99 | 6.42 | - |
| YUV | 131.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 53 | 0 | 0.44 | 0.73 | 0.22 | 24.25 | 0.58 | 0.49 |
| Hex | C7 | 70 | 35 | 0 | 2C | 49 | 16 | 18 | 3A | 31 |
| Octal | 307 | 160 | 65 | 0 | 54 | 111 | 26 | 30 | 72 | 61 |
| Binary | 11000111 | 1110000 | 110101 | 0 | 101100 | 1001001 | 10110 | 11000 | 111010 | 110001 |
Color Harmonies of #C77035
Complementary color
Monochromatic Colors of #C77035
Black with #C77035
Text Example
Text Example
White with #C77035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77035; }
p { color: rgb(199,112,53); }
H1.HeaderClassName
{
color: #C77035;
}
.AnyTagClassName
{
color: #C77035;
}
</style>
background-color css
<style>
a { background-color: #C77035; }
a { background-color: rgb(199,112,53); }
div.DivClassName
{
background-color: #C77035;
}
.BgClassName
{
background-color: #C77035;
}
</style>
border-color css
<style>
span { border-color: #C77035; }
span { border-color: rgb(199,112,53); }
td.TdClassName
{
border-color: #C77035;
}
.TagClassName
{
border-color: #C77035;
}
</style>