Shades of Chenin #CFC76F
Tints of Chenin #CFC76F
RGB
CMYK
RGB Variations
Color information
#CFC76F (or 0xCFC76F) is known color: Chenin. HEX triplet: CF, C7 and 6F. RGB value is (207,199,111). Sum of RGB (Red+Green+Blue) = 207+199+111=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC76F is #303890. Grayscale: #BFBFBF. Windows color (decimal): -3160209 or 7325647. OLE color: 7325647.
HSL color Cylindrical-coordinate representation of color #CFC76F: hue angle of 55º 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 #CFC76F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 111 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.19 |
| HSL | 55º | 0.5% | 0.62% | - |
| HSV(B) | 55º | 0.46% | 0.81% | - |
| XYZ | 49.02 | 55.26 | 23.12 | - |
| YUV | 191.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 111 | 0 | 0.04 | 0.46 | 0.19 | 55 | 0.5 | 0.62 |
| Hex | CF | C7 | 6F | 0 | 4 | 2E | 13 | 37 | 32 | 3E |
| Octal | 317 | 307 | 157 | 0 | 4 | 56 | 23 | 67 | 62 | 76 |
| Binary | 11001111 | 11000111 | 1101111 | 0 | 100 | 101110 | 10011 | 110111 | 110010 | 111110 |
Color Harmonies of #CFC76F
Complementary color
Monochromatic Colors of #CFC76F
Black with #CFC76F
Text Example
Text Example
White with #CFC76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC76F; }
p { color: rgb(207,199,111); }
H1.HeaderClassName
{
color: #CFC76F;
}
.AnyTagClassName
{
color: #CFC76F;
}
</style>
background-color css
<style>
a { background-color: #CFC76F; }
a { background-color: rgb(207,199,111); }
div.DivClassName
{
background-color: #CFC76F;
}
.BgClassName
{
background-color: #CFC76F;
}
</style>
border-color css
<style>
span { border-color: #CFC76F; }
span { border-color: rgb(207,199,111); }
td.TdClassName
{
border-color: #CFC76F;
}
.TagClassName
{
border-color: #CFC76F;
}
</style>