Shades of Zest #CF743E
Tints of Zest #CF743E
RGB
CMYK
RGB Variations
Color information
#CF743E (or 0xCF743E) is known color: Zest. HEX triplet: CF, 74 and 3E. RGB value is (207,116,62). Sum of RGB (Red+Green+Blue) = 207+116+62=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF743E is #308BC1. Grayscale: #898989. Windows color (decimal): -3181506 or 4093135. OLE color: 4093135.
HSL color Cylindrical-coordinate representation of color #CF743E: hue angle of 22.34º 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 #CF743E is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 62 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.19 |
| HSL | 22.34º | 0.6% | 0.53% | - |
| HSV(B) | 22.34º | 0.7% | 0.81% | - |
| XYZ | 32.85 | 26.1 | 7.86 | - |
| YUV | 137.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 62 | 0 | 0.44 | 0.70 | 0.19 | 22.34 | 0.6 | 0.53 |
| Hex | CF | 74 | 3E | 0 | 2C | 46 | 13 | 16 | 3C | 35 |
| Octal | 317 | 164 | 76 | 0 | 54 | 106 | 23 | 26 | 74 | 65 |
| Binary | 11001111 | 1110100 | 111110 | 0 | 101100 | 1000110 | 10011 | 10110 | 111100 | 110101 |
Color Harmonies of #CF743E
Complementary color
Monochromatic Colors of #CF743E
Black with #CF743E
Text Example
Text Example
White with #CF743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF743E; }
p { color: rgb(207,116,62); }
H1.HeaderClassName
{
color: #CF743E;
}
.AnyTagClassName
{
color: #CF743E;
}
</style>
background-color css
<style>
a { background-color: #CF743E; }
a { background-color: rgb(207,116,62); }
div.DivClassName
{
background-color: #CF743E;
}
.BgClassName
{
background-color: #CF743E;
}
</style>
border-color css
<style>
span { border-color: #CF743E; }
span { border-color: rgb(207,116,62); }
td.TdClassName
{
border-color: #CF743E;
}
.TagClassName
{
border-color: #CF743E;
}
</style>