Shades of Chenin #CFC76D
Tints of Chenin #CFC76D
RGB
CMYK
RGB Variations
Color information
#CFC76D (or 0xCFC76D) is known color: Chenin. HEX triplet: CF, C7 and 6D. RGB value is (207,199,109). Sum of RGB (Red+Green+Blue) = 207+199+109=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC76D is #303892. Grayscale: #BFBFBF. Windows color (decimal): -3160211 or 7194575. OLE color: 7194575.
HSL color Cylindrical-coordinate representation of color #CFC76D: hue angle of 55.1º degrees, saturation: 0.51, 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 #CFC76D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 109 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.19 |
| HSL | 55.1º | 0.51% | 0.62% | - |
| HSV(B) | 55.1º | 0.47% | 0.81% | - |
| XYZ | 48.92 | 55.22 | 22.55 | - |
| YUV | 191.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 109 | 0 | 0.04 | 0.47 | 0.19 | 55.1 | 0.51 | 0.62 |
| Hex | CF | C7 | 6D | 0 | 4 | 2F | 13 | 37 | 33 | 3E |
| Octal | 317 | 307 | 155 | 0 | 4 | 57 | 23 | 67 | 63 | 76 |
| Binary | 11001111 | 11000111 | 1101101 | 0 | 100 | 101111 | 10011 | 110111 | 110011 | 111110 |
Color Harmonies of #CFC76D
Complementary color
Monochromatic Colors of #CFC76D
Black with #CFC76D
Text Example
Text Example
White with #CFC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC76D; }
p { color: rgb(207,199,109); }
H1.HeaderClassName
{
color: #CFC76D;
}
.AnyTagClassName
{
color: #CFC76D;
}
</style>
background-color css
<style>
a { background-color: #CFC76D; }
a { background-color: rgb(207,199,109); }
div.DivClassName
{
background-color: #CFC76D;
}
.BgClassName
{
background-color: #CFC76D;
}
</style>
border-color css
<style>
span { border-color: #CFC76D; }
span { border-color: rgb(207,199,109); }
td.TdClassName
{
border-color: #CFC76D;
}
.TagClassName
{
border-color: #CFC76D;
}
</style>