Shades of Zest #CF773A
Tints of Zest #CF773A
RGB
CMYK
RGB Variations
Color information
#CF773A (or 0xCF773A) is known color: Zest. HEX triplet: CF, 77 and 3A. RGB value is (207,119,58). Sum of RGB (Red+Green+Blue) = 207+119+58=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF773A is #3088C5. Grayscale: #8A8A8A. Windows color (decimal): -3180742 or 3831759. OLE color: 3831759.
HSL color Cylindrical-coordinate representation of color #CF773A: hue angle of 24.56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF773A is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 58 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.19 |
| HSL | 24.56º | 0.61% | 0.52% | - |
| HSV(B) | 24.56º | 0.72% | 0.81% | - |
| XYZ | 33.09 | 26.76 | 7.42 | - |
| YUV | 138.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 58 | 0 | 0.43 | 0.72 | 0.19 | 24.56 | 0.61 | 0.52 |
| Hex | CF | 77 | 3A | 0 | 2B | 48 | 13 | 19 | 3D | 34 |
| Octal | 317 | 167 | 72 | 0 | 53 | 110 | 23 | 31 | 75 | 64 |
| Binary | 11001111 | 1110111 | 111010 | 0 | 101011 | 1001000 | 10011 | 11001 | 111101 | 110100 |
Color Harmonies of #CF773A
Complementary color
Monochromatic Colors of #CF773A
Black with #CF773A
Text Example
Text Example
White with #CF773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF773A; }
p { color: rgb(207,119,58); }
H1.HeaderClassName
{
color: #CF773A;
}
.AnyTagClassName
{
color: #CF773A;
}
</style>
background-color css
<style>
a { background-color: #CF773A; }
a { background-color: rgb(207,119,58); }
div.DivClassName
{
background-color: #CF773A;
}
.BgClassName
{
background-color: #CF773A;
}
</style>
border-color css
<style>
span { border-color: #CF773A; }
span { border-color: rgb(207,119,58); }
td.TdClassName
{
border-color: #CF773A;
}
.TagClassName
{
border-color: #CF773A;
}
</style>