Shades of Zest #CF723C
Tints of Zest #CF723C
RGB
CMYK
RGB Variations
Color information
#CF723C (or 0xCF723C) is known color: Zest. HEX triplet: CF, 72 and 3C. RGB value is (207,114,60). Sum of RGB (Red+Green+Blue) = 207+114+60=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF723C is #308DC3. Grayscale: #878787. Windows color (decimal): -3182020 or 3961551. OLE color: 3961551.
HSL color Cylindrical-coordinate representation of color #CF723C: hue angle of 22.04º degrees, saturation: 0.6, 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 #CF723C is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 60 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.19 |
| HSL | 22.04º | 0.6% | 0.52% | - |
| HSV(B) | 22.04º | 0.71% | 0.81% | - |
| XYZ | 32.57 | 25.63 | 7.5 | - |
| YUV | 135.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 60 | 0 | 0.45 | 0.71 | 0.19 | 22.04 | 0.6 | 0.52 |
| Hex | CF | 72 | 3C | 0 | 2D | 47 | 13 | 16 | 3C | 34 |
| Octal | 317 | 162 | 74 | 0 | 55 | 107 | 23 | 26 | 74 | 64 |
| Binary | 11001111 | 1110010 | 111100 | 0 | 101101 | 1000111 | 10011 | 10110 | 111100 | 110100 |
Color Harmonies of #CF723C
Complementary color
Monochromatic Colors of #CF723C
Black with #CF723C
Text Example
Text Example
White with #CF723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF723C; }
p { color: rgb(207,114,60); }
H1.HeaderClassName
{
color: #CF723C;
}
.AnyTagClassName
{
color: #CF723C;
}
</style>
background-color css
<style>
a { background-color: #CF723C; }
a { background-color: rgb(207,114,60); }
div.DivClassName
{
background-color: #CF723C;
}
.BgClassName
{
background-color: #CF723C;
}
</style>
border-color css
<style>
span { border-color: #CF723C; }
span { border-color: rgb(207,114,60); }
td.TdClassName
{
border-color: #CF723C;
}
.TagClassName
{
border-color: #CF723C;
}
</style>