Shades of Chenin #CFC66E
Tints of Chenin #CFC66E
RGB
CMYK
RGB Variations
Color information
#CFC66E (or 0xCFC66E) is known color: Chenin. HEX triplet: CF, C6 and 6E. RGB value is (207,198,110). Sum of RGB (Red+Green+Blue) = 207+198+110=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC66E is #303991. Grayscale: #BFBFBF. Windows color (decimal): -3160466 or 7259855. OLE color: 7259855.
HSL color Cylindrical-coordinate representation of color #CFC66E: hue angle of 54.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFC66E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 110 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.19 |
| HSL | 54.43º | 0.5% | 0.62% | - |
| HSV(B) | 54.43º | 0.47% | 0.81% | - |
| XYZ | 48.74 | 54.78 | 22.76 | - |
| YUV | 190.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 110 | 0 | 0.04 | 0.47 | 0.19 | 54.43 | 0.5 | 0.62 |
| Hex | CF | C6 | 6E | 0 | 4 | 2F | 13 | 36 | 32 | 3E |
| Octal | 317 | 306 | 156 | 0 | 4 | 57 | 23 | 66 | 62 | 76 |
| Binary | 11001111 | 11000110 | 1101110 | 0 | 100 | 101111 | 10011 | 110110 | 110010 | 111110 |
Color Harmonies of #CFC66E
Complementary color
Monochromatic Colors of #CFC66E
Black with #CFC66E
Text Example
Text Example
White with #CFC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC66E; }
p { color: rgb(207,198,110); }
H1.HeaderClassName
{
color: #CFC66E;
}
.AnyTagClassName
{
color: #CFC66E;
}
</style>
background-color css
<style>
a { background-color: #CFC66E; }
a { background-color: rgb(207,198,110); }
div.DivClassName
{
background-color: #CFC66E;
}
.BgClassName
{
background-color: #CFC66E;
}
</style>
border-color css
<style>
span { border-color: #CFC66E; }
span { border-color: rgb(207,198,110); }
td.TdClassName
{
border-color: #CFC66E;
}
.TagClassName
{
border-color: #CFC66E;
}
</style>