Shades of Zest #CF783B
Tints of Zest #CF783B
RGB
CMYK
RGB Variations
Color information
#CF783B (or 0xCF783B) is known color: Zest. HEX triplet: CF, 78 and 3B. RGB value is (207,120,59). Sum of RGB (Red+Green+Blue) = 207+120+59=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF783B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF783B is #3087C4. Grayscale: #8B8B8B. Windows color (decimal): -3180485 or 3897551. OLE color: 3897551.
HSL color Cylindrical-coordinate representation of color #CF783B: hue angle of 24.73º 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 #CF783B is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 59 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.19 |
| HSL | 24.73º | 0.61% | 0.52% | - |
| HSV(B) | 24.73º | 0.71% | 0.81% | - |
| XYZ | 33.24 | 27.01 | 7.6 | - |
| YUV | 139.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 59 | 0 | 0.42 | 0.71 | 0.19 | 24.73 | 0.61 | 0.52 |
| Hex | CF | 78 | 3B | 0 | 2A | 47 | 13 | 19 | 3D | 34 |
| Octal | 317 | 170 | 73 | 0 | 52 | 107 | 23 | 31 | 75 | 64 |
| Binary | 11001111 | 1111000 | 111011 | 0 | 101010 | 1000111 | 10011 | 11001 | 111101 | 110100 |
Color Harmonies of #CF783B
Complementary color
Monochromatic Colors of #CF783B
Black with #CF783B
Text Example
Text Example
White with #CF783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF783B; }
p { color: rgb(207,120,59); }
H1.HeaderClassName
{
color: #CF783B;
}
.AnyTagClassName
{
color: #CF783B;
}
</style>
background-color css
<style>
a { background-color: #CF783B; }
a { background-color: rgb(207,120,59); }
div.DivClassName
{
background-color: #CF783B;
}
.BgClassName
{
background-color: #CF783B;
}
</style>
border-color css
<style>
span { border-color: #CF783B; }
span { border-color: rgb(207,120,59); }
td.TdClassName
{
border-color: #CF783B;
}
.TagClassName
{
border-color: #CF783B;
}
</style>