Shades of Chenin #CFC36E
Tints of Chenin #CFC36E
RGB
CMYK
RGB Variations
Color information
#CFC36E (or 0xCFC36E) is known color: Chenin. HEX triplet: CF, C3 and 6E. RGB value is (207,195,110). Sum of RGB (Red+Green+Blue) = 207+195+110=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC36E is #303C91. Grayscale: #BDBDBD. Windows color (decimal): -3161234 or 7259087. OLE color: 7259087.
HSL color Cylindrical-coordinate representation of color #CFC36E: hue angle of 52.58º 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 #CFC36E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 110 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.19 |
| HSL | 52.58º | 0.5% | 0.62% | - |
| HSV(B) | 52.58º | 0.47% | 0.81% | - |
| XYZ | 48.06 | 53.42 | 22.53 | - |
| YUV | 188.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 110 | 0 | 0.06 | 0.47 | 0.19 | 52.58 | 0.5 | 0.62 |
| Hex | CF | C3 | 6E | 0 | 6 | 2F | 13 | 35 | 32 | 3E |
| Octal | 317 | 303 | 156 | 0 | 6 | 57 | 23 | 65 | 62 | 76 |
| Binary | 11001111 | 11000011 | 1101110 | 0 | 110 | 101111 | 10011 | 110101 | 110010 | 111110 |
Color Harmonies of #CFC36E
Complementary color
Monochromatic Colors of #CFC36E
Black with #CFC36E
Text Example
Text Example
White with #CFC36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC36E; }
p { color: rgb(207,195,110); }
H1.HeaderClassName
{
color: #CFC36E;
}
.AnyTagClassName
{
color: #CFC36E;
}
</style>
background-color css
<style>
a { background-color: #CFC36E; }
a { background-color: rgb(207,195,110); }
div.DivClassName
{
background-color: #CFC36E;
}
.BgClassName
{
background-color: #CFC36E;
}
</style>
border-color css
<style>
span { border-color: #CFC36E; }
span { border-color: rgb(207,195,110); }
td.TdClassName
{
border-color: #CFC36E;
}
.TagClassName
{
border-color: #CFC36E;
}
</style>