Shades of Chenin #CFC66F
Tints of Chenin #CFC66F
RGB
CMYK
RGB Variations
Color information
#CFC66F (or 0xCFC66F) is known color: Chenin. HEX triplet: CF, C6 and 6F. RGB value is (207,198,111). Sum of RGB (Red+Green+Blue) = 207+198+111=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC66F is #303990. Grayscale: #BFBFBF. Windows color (decimal): -3160465 or 7325391. OLE color: 7325391.
HSL color Cylindrical-coordinate representation of color #CFC66F: hue angle of 54.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFC66F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 111 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.19 |
| HSL | 54.38º | 0.5% | 0.62% | - |
| HSV(B) | 54.38º | 0.46% | 0.81% | - |
| XYZ | 48.8 | 54.8 | 23.04 | - |
| YUV | 190.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 111 | 0 | 0.04 | 0.46 | 0.19 | 54.38 | 0.5 | 0.62 |
| Hex | CF | C6 | 6F | 0 | 4 | 2E | 13 | 36 | 32 | 3E |
| Octal | 317 | 306 | 157 | 0 | 4 | 56 | 23 | 66 | 62 | 76 |
| Binary | 11001111 | 11000110 | 1101111 | 0 | 100 | 101110 | 10011 | 110110 | 110010 | 111110 |
Color Harmonies of #CFC66F
Complementary color
Monochromatic Colors of #CFC66F
Black with #CFC66F
Text Example
Text Example
White with #CFC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC66F; }
p { color: rgb(207,198,111); }
H1.HeaderClassName
{
color: #CFC66F;
}
.AnyTagClassName
{
color: #CFC66F;
}
</style>
background-color css
<style>
a { background-color: #CFC66F; }
a { background-color: rgb(207,198,111); }
div.DivClassName
{
background-color: #CFC66F;
}
.BgClassName
{
background-color: #CFC66F;
}
</style>
border-color css
<style>
span { border-color: #CFC66F; }
span { border-color: rgb(207,198,111); }
td.TdClassName
{
border-color: #CFC66F;
}
.TagClassName
{
border-color: #CFC66F;
}
</style>