Shades of Zest #CF763A
Tints of Zest #CF763A
RGB
CMYK
RGB Variations
Color information
#CF763A (or 0xCF763A) is known color: Zest. HEX triplet: CF, 76 and 3A. RGB value is (207,118,58). Sum of RGB (Red+Green+Blue) = 207+118+58=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF763A is #3089C5. Grayscale: #8A8A8A. Windows color (decimal): -3180998 or 3831503. OLE color: 3831503.
HSL color Cylindrical-coordinate representation of color #CF763A: hue angle of 24.16º 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 #CF763A is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 58 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.19 |
| HSL | 24.16º | 0.61% | 0.52% | - |
| HSV(B) | 24.16º | 0.72% | 0.81% | - |
| XYZ | 32.97 | 26.53 | 7.39 | - |
| YUV | 137.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 58 | 0 | 0.43 | 0.72 | 0.19 | 24.16 | 0.61 | 0.52 |
| Hex | CF | 76 | 3A | 0 | 2B | 48 | 13 | 18 | 3D | 34 |
| Octal | 317 | 166 | 72 | 0 | 53 | 110 | 23 | 30 | 75 | 64 |
| Binary | 11001111 | 1110110 | 111010 | 0 | 101011 | 1001000 | 10011 | 11000 | 111101 | 110100 |
Color Harmonies of #CF763A
Complementary color
Monochromatic Colors of #CF763A
Black with #CF763A
Text Example
Text Example
White with #CF763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF763A; }
p { color: rgb(207,118,58); }
H1.HeaderClassName
{
color: #CF763A;
}
.AnyTagClassName
{
color: #CF763A;
}
</style>
background-color css
<style>
a { background-color: #CF763A; }
a { background-color: rgb(207,118,58); }
div.DivClassName
{
background-color: #CF763A;
}
.BgClassName
{
background-color: #CF763A;
}
</style>
border-color css
<style>
span { border-color: #CF763A; }
span { border-color: rgb(207,118,58); }
td.TdClassName
{
border-color: #CF763A;
}
.TagClassName
{
border-color: #CF763A;
}
</style>