Shades of Zest #CF763D
Tints of Zest #CF763D
RGB
CMYK
RGB Variations
Color information
#CF763D (or 0xCF763D) is known color: Zest. HEX triplet: CF, 76 and 3D. RGB value is (207,118,61). Sum of RGB (Red+Green+Blue) = 207+118+61=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF763D is #3089C2. Grayscale: #8A8A8A. Windows color (decimal): -3180995 or 4028111. OLE color: 4028111.
HSL color Cylindrical-coordinate representation of color #CF763D: hue angle of 23.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF763D is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 61 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.19 |
| HSL | 23.42º | 0.6% | 0.53% | - |
| HSV(B) | 23.42º | 0.71% | 0.81% | - |
| XYZ | 33.05 | 26.56 | 7.8 | - |
| YUV | 138.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 61 | 0 | 0.43 | 0.71 | 0.19 | 23.42 | 0.6 | 0.53 |
| Hex | CF | 76 | 3D | 0 | 2B | 47 | 13 | 17 | 3C | 35 |
| Octal | 317 | 166 | 75 | 0 | 53 | 107 | 23 | 27 | 74 | 65 |
| Binary | 11001111 | 1110110 | 111101 | 0 | 101011 | 1000111 | 10011 | 10111 | 111100 | 110101 |
Color Harmonies of #CF763D
Complementary color
Monochromatic Colors of #CF763D
Black with #CF763D
Text Example
Text Example
White with #CF763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF763D; }
p { color: rgb(207,118,61); }
H1.HeaderClassName
{
color: #CF763D;
}
.AnyTagClassName
{
color: #CF763D;
}
</style>
background-color css
<style>
a { background-color: #CF763D; }
a { background-color: rgb(207,118,61); }
div.DivClassName
{
background-color: #CF763D;
}
.BgClassName
{
background-color: #CF763D;
}
</style>
border-color css
<style>
span { border-color: #CF763D; }
span { border-color: rgb(207,118,61); }
td.TdClassName
{
border-color: #CF763D;
}
.TagClassName
{
border-color: #CF763D;
}
</style>