Shades of Zest #CF723A
Tints of Zest #CF723A
RGB
CMYK
RGB Variations
Color information
#CF723A (or 0xCF723A) is known color: Zest. HEX triplet: CF, 72 and 3A. RGB value is (207,114,58). Sum of RGB (Red+Green+Blue) = 207+114+58=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF723A is #308DC5. Grayscale: #878787. Windows color (decimal): -3182022 or 3830479. OLE color: 3830479.
HSL color Cylindrical-coordinate representation of color #CF723A: hue angle of 22.55º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF723A is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 58 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.19 |
| HSL | 22.55º | 0.61% | 0.52% | - |
| HSV(B) | 22.55º | 0.72% | 0.81% | - |
| XYZ | 32.51 | 25.61 | 7.23 | - |
| YUV | 135.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 58 | 0 | 0.45 | 0.72 | 0.19 | 22.55 | 0.61 | 0.52 |
| Hex | CF | 72 | 3A | 0 | 2D | 48 | 13 | 17 | 3D | 34 |
| Octal | 317 | 162 | 72 | 0 | 55 | 110 | 23 | 27 | 75 | 64 |
| Binary | 11001111 | 1110010 | 111010 | 0 | 101101 | 1001000 | 10011 | 10111 | 111101 | 110100 |
Color Harmonies of #CF723A
Complementary color
Monochromatic Colors of #CF723A
Black with #CF723A
Text Example
Text Example
White with #CF723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF723A; }
p { color: rgb(207,114,58); }
H1.HeaderClassName
{
color: #CF723A;
}
.AnyTagClassName
{
color: #CF723A;
}
</style>
background-color css
<style>
a { background-color: #CF723A; }
a { background-color: rgb(207,114,58); }
div.DivClassName
{
background-color: #CF723A;
}
.BgClassName
{
background-color: #CF723A;
}
</style>
border-color css
<style>
span { border-color: #CF723A; }
span { border-color: rgb(207,114,58); }
td.TdClassName
{
border-color: #CF723A;
}
.TagClassName
{
border-color: #CF723A;
}
</style>