Shades of Zest #CF6C3D
Tints of Zest #CF6C3D
RGB
CMYK
RGB Variations
Color information
#CF6C3D (or 0xCF6C3D) is known color: Zest. HEX triplet: CF, 6C and 3D. RGB value is (207,108,61). Sum of RGB (Red+Green+Blue) = 207+108+61=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C3D is #3093C2. Grayscale: #848484. Windows color (decimal): -3183555 or 4025551. OLE color: 4025551.
HSL color Cylindrical-coordinate representation of color #CF6C3D: hue angle of 19.32º 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 #CF6C3D is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 61 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.19 |
| HSL | 19.32º | 0.6% | 0.53% | - |
| HSV(B) | 19.32º | 0.71% | 0.81% | - |
| XYZ | 31.94 | 24.33 | 7.43 | - |
| YUV | 132.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 61 | 0 | 0.48 | 0.71 | 0.19 | 19.32 | 0.6 | 0.53 |
| Hex | CF | 6C | 3D | 0 | 30 | 47 | 13 | 13 | 3C | 35 |
| Octal | 317 | 154 | 75 | 0 | 60 | 107 | 23 | 23 | 74 | 65 |
| Binary | 11001111 | 1101100 | 111101 | 0 | 110000 | 1000111 | 10011 | 10011 | 111100 | 110101 |
Color Harmonies of #CF6C3D
Complementary color
Monochromatic Colors of #CF6C3D
Black with #CF6C3D
Text Example
Text Example
White with #CF6C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C3D; }
p { color: rgb(207,108,61); }
H1.HeaderClassName
{
color: #CF6C3D;
}
.AnyTagClassName
{
color: #CF6C3D;
}
</style>
background-color css
<style>
a { background-color: #CF6C3D; }
a { background-color: rgb(207,108,61); }
div.DivClassName
{
background-color: #CF6C3D;
}
.BgClassName
{
background-color: #CF6C3D;
}
</style>
border-color css
<style>
span { border-color: #CF6C3D; }
span { border-color: rgb(207,108,61); }
td.TdClassName
{
border-color: #CF6C3D;
}
.TagClassName
{
border-color: #CF6C3D;
}
</style>