Shades of Zest #CF773B
Tints of Zest #CF773B
RGB
CMYK
RGB Variations
Color information
#CF773B (or 0xCF773B) is known color: Zest. HEX triplet: CF, 77 and 3B. RGB value is (207,119,59). Sum of RGB (Red+Green+Blue) = 207+119+59=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF773B is #3088C4. Grayscale: #8A8A8A. Windows color (decimal): -3180741 or 3897295. OLE color: 3897295.
HSL color Cylindrical-coordinate representation of color #CF773B: hue angle of 24.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF773B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 59 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.19 |
| HSL | 24.32º | 0.61% | 0.52% | - |
| HSV(B) | 24.32º | 0.71% | 0.81% | - |
| XYZ | 33.12 | 26.77 | 7.56 | - |
| YUV | 138.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 59 | 0 | 0.43 | 0.71 | 0.19 | 24.32 | 0.61 | 0.52 |
| Hex | CF | 77 | 3B | 0 | 2B | 47 | 13 | 18 | 3D | 34 |
| Octal | 317 | 167 | 73 | 0 | 53 | 107 | 23 | 30 | 75 | 64 |
| Binary | 11001111 | 1110111 | 111011 | 0 | 101011 | 1000111 | 10011 | 11000 | 111101 | 110100 |
Color Harmonies of #CF773B
Complementary color
Monochromatic Colors of #CF773B
Black with #CF773B
Text Example
Text Example
White with #CF773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF773B; }
p { color: rgb(207,119,59); }
H1.HeaderClassName
{
color: #CF773B;
}
.AnyTagClassName
{
color: #CF773B;
}
</style>
background-color css
<style>
a { background-color: #CF773B; }
a { background-color: rgb(207,119,59); }
div.DivClassName
{
background-color: #CF773B;
}
.BgClassName
{
background-color: #CF773B;
}
</style>
border-color css
<style>
span { border-color: #CF773B; }
span { border-color: rgb(207,119,59); }
td.TdClassName
{
border-color: #CF773B;
}
.TagClassName
{
border-color: #CF773B;
}
</style>