Shades of Chenin #CFC76E
Tints of Chenin #CFC76E
RGB
CMYK
RGB Variations
Color information
#CFC76E (or 0xCFC76E) is known color: Chenin. HEX triplet: CF, C7 and 6E. RGB value is (207,199,110). Sum of RGB (Red+Green+Blue) = 207+199+110=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC76E is #303891. Grayscale: #BFBFBF. Windows color (decimal): -3160210 or 7260111. OLE color: 7260111.
HSL color Cylindrical-coordinate representation of color #CFC76E: hue angle of 55.05º 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 #CFC76E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 110 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.19 |
| HSL | 55.05º | 0.5% | 0.62% | - |
| HSV(B) | 55.05º | 0.47% | 0.81% | - |
| XYZ | 48.97 | 55.24 | 22.83 | - |
| YUV | 191.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 110 | 0 | 0.04 | 0.47 | 0.19 | 55.05 | 0.5 | 0.62 |
| Hex | CF | C7 | 6E | 0 | 4 | 2F | 13 | 37 | 32 | 3E |
| Octal | 317 | 307 | 156 | 0 | 4 | 57 | 23 | 67 | 62 | 76 |
| Binary | 11001111 | 11000111 | 1101110 | 0 | 100 | 101111 | 10011 | 110111 | 110010 | 111110 |
Color Harmonies of #CFC76E
Complementary color
Monochromatic Colors of #CFC76E
Black with #CFC76E
Text Example
Text Example
White with #CFC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC76E; }
p { color: rgb(207,199,110); }
H1.HeaderClassName
{
color: #CFC76E;
}
.AnyTagClassName
{
color: #CFC76E;
}
</style>
background-color css
<style>
a { background-color: #CFC76E; }
a { background-color: rgb(207,199,110); }
div.DivClassName
{
background-color: #CFC76E;
}
.BgClassName
{
background-color: #CFC76E;
}
</style>
border-color css
<style>
span { border-color: #CFC76E; }
span { border-color: rgb(207,199,110); }
td.TdClassName
{
border-color: #CFC76E;
}
.TagClassName
{
border-color: #CFC76E;
}
</style>