Shades of Zest #CF753F
Tints of Zest #CF753F
RGB
CMYK
RGB Variations
Color information
#CF753F (or 0xCF753F) is known color: Zest. HEX triplet: CF, 75 and 3F. RGB value is (207,117,63). Sum of RGB (Red+Green+Blue) = 207+117+63=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF753F is #308AC0. Grayscale: #8A8A8A. Windows color (decimal): -3181249 or 4158927. OLE color: 4158927.
HSL color Cylindrical-coordinate representation of color #CF753F: hue angle of 22.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF753F is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 63 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.19 |
| HSL | 22.5º | 0.6% | 0.53% | - |
| HSV(B) | 22.5º | 0.7% | 0.81% | - |
| XYZ | 32.99 | 26.35 | 8.05 | - |
| YUV | 137.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 63 | 0 | 0.43 | 0.70 | 0.19 | 22.5 | 0.6 | 0.53 |
| Hex | CF | 75 | 3F | 0 | 2B | 46 | 13 | 16 | 3C | 35 |
| Octal | 317 | 165 | 77 | 0 | 53 | 106 | 23 | 26 | 74 | 65 |
| Binary | 11001111 | 1110101 | 111111 | 0 | 101011 | 1000110 | 10011 | 10110 | 111100 | 110101 |
Color Harmonies of #CF753F
Complementary color
Monochromatic Colors of #CF753F
Black with #CF753F
Text Example
Text Example
White with #CF753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF753F; }
p { color: rgb(207,117,63); }
H1.HeaderClassName
{
color: #CF753F;
}
.AnyTagClassName
{
color: #CF753F;
}
</style>
background-color css
<style>
a { background-color: #CF753F; }
a { background-color: rgb(207,117,63); }
div.DivClassName
{
background-color: #CF753F;
}
.BgClassName
{
background-color: #CF753F;
}
</style>
border-color css
<style>
span { border-color: #CF753F; }
span { border-color: rgb(207,117,63); }
td.TdClassName
{
border-color: #CF753F;
}
.TagClassName
{
border-color: #CF753F;
}
</style>