Shades of Zest #CF733D
Tints of Zest #CF733D
RGB
CMYK
RGB Variations
Color information
#CF733D (or 0xCF733D) is known color: Zest. HEX triplet: CF, 73 and 3D. RGB value is (207,115,61). Sum of RGB (Red+Green+Blue) = 207+115+61=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF733D is #308CC2. Grayscale: #888888. Windows color (decimal): -3181763 or 4027343. OLE color: 4027343.
HSL color Cylindrical-coordinate representation of color #CF733D: hue angle of 22.19º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF733D is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 61 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.19 |
| HSL | 22.19º | 0.6% | 0.53% | - |
| HSV(B) | 22.19º | 0.71% | 0.81% | - |
| XYZ | 32.71 | 25.86 | 7.68 | - |
| YUV | 136.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 61 | 0 | 0.44 | 0.71 | 0.19 | 22.19 | 0.6 | 0.53 |
| Hex | CF | 73 | 3D | 0 | 2C | 47 | 13 | 16 | 3C | 35 |
| Octal | 317 | 163 | 75 | 0 | 54 | 107 | 23 | 26 | 74 | 65 |
| Binary | 11001111 | 1110011 | 111101 | 0 | 101100 | 1000111 | 10011 | 10110 | 111100 | 110101 |
Color Harmonies of #CF733D
Complementary color
Monochromatic Colors of #CF733D
Black with #CF733D
Text Example
Text Example
White with #CF733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF733D; }
p { color: rgb(207,115,61); }
H1.HeaderClassName
{
color: #CF733D;
}
.AnyTagClassName
{
color: #CF733D;
}
</style>
background-color css
<style>
a { background-color: #CF733D; }
a { background-color: rgb(207,115,61); }
div.DivClassName
{
background-color: #CF733D;
}
.BgClassName
{
background-color: #CF733D;
}
</style>
border-color css
<style>
span { border-color: #CF733D; }
span { border-color: rgb(207,115,61); }
td.TdClassName
{
border-color: #CF733D;
}
.TagClassName
{
border-color: #CF733D;
}
</style>