Shades of Zest #CF763B
Tints of Zest #CF763B
RGB
CMYK
RGB Variations
Color information
#CF763B (or 0xCF763B) is known color: Zest. HEX triplet: CF, 76 and 3B. RGB value is (207,118,59). Sum of RGB (Red+Green+Blue) = 207+118+59=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF763B is #3089C4. Grayscale: #8A8A8A. Windows color (decimal): -3180997 or 3897039. OLE color: 3897039.
HSL color Cylindrical-coordinate representation of color #CF763B: hue angle of 23.92º 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 #CF763B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 59 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.19 |
| HSL | 23.92º | 0.61% | 0.52% | - |
| HSV(B) | 23.92º | 0.71% | 0.81% | - |
| XYZ | 33 | 26.54 | 7.52 | - |
| YUV | 137.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 59 | 0 | 0.43 | 0.71 | 0.19 | 23.92 | 0.61 | 0.52 |
| Hex | CF | 76 | 3B | 0 | 2B | 47 | 13 | 18 | 3D | 34 |
| Octal | 317 | 166 | 73 | 0 | 53 | 107 | 23 | 30 | 75 | 64 |
| Binary | 11001111 | 1110110 | 111011 | 0 | 101011 | 1000111 | 10011 | 11000 | 111101 | 110100 |
Color Harmonies of #CF763B
Complementary color
Monochromatic Colors of #CF763B
Black with #CF763B
Text Example
Text Example
White with #CF763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF763B; }
p { color: rgb(207,118,59); }
H1.HeaderClassName
{
color: #CF763B;
}
.AnyTagClassName
{
color: #CF763B;
}
</style>
background-color css
<style>
a { background-color: #CF763B; }
a { background-color: rgb(207,118,59); }
div.DivClassName
{
background-color: #CF763B;
}
.BgClassName
{
background-color: #CF763B;
}
</style>
border-color css
<style>
span { border-color: #CF763B; }
span { border-color: rgb(207,118,59); }
td.TdClassName
{
border-color: #CF763B;
}
.TagClassName
{
border-color: #CF763B;
}
</style>