Shades of Zest #CF743B
Tints of Zest #CF743B
RGB
CMYK
RGB Variations
Color information
#CF743B (or 0xCF743B) is known color: Zest. HEX triplet: CF, 74 and 3B. RGB value is (207,116,59). Sum of RGB (Red+Green+Blue) = 207+116+59=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF743B is #308BC4. Grayscale: #898989. Windows color (decimal): -3181509 or 3896527. OLE color: 3896527.
HSL color Cylindrical-coordinate representation of color #CF743B: hue angle of 23.11º 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 #CF743B is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 59 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.19 |
| HSL | 23.11º | 0.61% | 0.52% | - |
| HSV(B) | 23.11º | 0.71% | 0.81% | - |
| XYZ | 32.77 | 26.07 | 7.44 | - |
| YUV | 136.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 59 | 0 | 0.44 | 0.71 | 0.19 | 23.11 | 0.61 | 0.52 |
| Hex | CF | 74 | 3B | 0 | 2C | 47 | 13 | 17 | 3D | 34 |
| Octal | 317 | 164 | 73 | 0 | 54 | 107 | 23 | 27 | 75 | 64 |
| Binary | 11001111 | 1110100 | 111011 | 0 | 101100 | 1000111 | 10011 | 10111 | 111101 | 110100 |
Color Harmonies of #CF743B
Complementary color
Monochromatic Colors of #CF743B
Black with #CF743B
Text Example
Text Example
White with #CF743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF743B; }
p { color: rgb(207,116,59); }
H1.HeaderClassName
{
color: #CF743B;
}
.AnyTagClassName
{
color: #CF743B;
}
</style>
background-color css
<style>
a { background-color: #CF743B; }
a { background-color: rgb(207,116,59); }
div.DivClassName
{
background-color: #CF743B;
}
.BgClassName
{
background-color: #CF743B;
}
</style>
border-color css
<style>
span { border-color: #CF743B; }
span { border-color: rgb(207,116,59); }
td.TdClassName
{
border-color: #CF743B;
}
.TagClassName
{
border-color: #CF743B;
}
</style>