Shades of Zest #CF753D
Tints of Zest #CF753D
RGB
CMYK
RGB Variations
Color information
#CF753D (or 0xCF753D) is known color: Zest. HEX triplet: CF, 75 and 3D. RGB value is (207,117,61). Sum of RGB (Red+Green+Blue) = 207+117+61=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF753D is #308AC2. Grayscale: #898989. Windows color (decimal): -3181251 or 4027855. OLE color: 4027855.
HSL color Cylindrical-coordinate representation of color #CF753D: hue angle of 23.01º 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 #CF753D is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 61 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.19 |
| HSL | 23.01º | 0.6% | 0.53% | - |
| HSV(B) | 23.01º | 0.71% | 0.81% | - |
| XYZ | 32.94 | 26.32 | 7.76 | - |
| YUV | 137.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 61 | 0 | 0.43 | 0.71 | 0.19 | 23.01 | 0.6 | 0.53 |
| Hex | CF | 75 | 3D | 0 | 2B | 47 | 13 | 17 | 3C | 35 |
| Octal | 317 | 165 | 75 | 0 | 53 | 107 | 23 | 27 | 74 | 65 |
| Binary | 11001111 | 1110101 | 111101 | 0 | 101011 | 1000111 | 10011 | 10111 | 111100 | 110101 |
Color Harmonies of #CF753D
Complementary color
Monochromatic Colors of #CF753D
Black with #CF753D
Text Example
Text Example
White with #CF753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF753D; }
p { color: rgb(207,117,61); }
H1.HeaderClassName
{
color: #CF753D;
}
.AnyTagClassName
{
color: #CF753D;
}
</style>
background-color css
<style>
a { background-color: #CF753D; }
a { background-color: rgb(207,117,61); }
div.DivClassName
{
background-color: #CF753D;
}
.BgClassName
{
background-color: #CF753D;
}
</style>
border-color css
<style>
span { border-color: #CF753D; }
span { border-color: rgb(207,117,61); }
td.TdClassName
{
border-color: #CF753D;
}
.TagClassName
{
border-color: #CF753D;
}
</style>