Shades of Chenin #CFC46E
Tints of Chenin #CFC46E
RGB
CMYK
RGB Variations
Color information
#CFC46E (or 0xCFC46E) is known color: Chenin. HEX triplet: CF, C4 and 6E. RGB value is (207,196,110). Sum of RGB (Red+Green+Blue) = 207+196+110=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC46E is #303B91. Grayscale: #BDBDBD. Windows color (decimal): -3160978 or 7259343. OLE color: 7259343.
HSL color Cylindrical-coordinate representation of color #CFC46E: hue angle of 53.2º 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 #CFC46E is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 110 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.19 |
| HSL | 53.2º | 0.5% | 0.62% | - |
| HSV(B) | 53.2º | 0.47% | 0.81% | - |
| XYZ | 48.29 | 53.87 | 22.61 | - |
| YUV | 189.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 110 | 0 | 0.05 | 0.47 | 0.19 | 53.2 | 0.5 | 0.62 |
| Hex | CF | C4 | 6E | 0 | 5 | 2F | 13 | 35 | 32 | 3E |
| Octal | 317 | 304 | 156 | 0 | 5 | 57 | 23 | 65 | 62 | 76 |
| Binary | 11001111 | 11000100 | 1101110 | 0 | 101 | 101111 | 10011 | 110101 | 110010 | 111110 |
Color Harmonies of #CFC46E
Complementary color
Monochromatic Colors of #CFC46E
Black with #CFC46E
Text Example
Text Example
White with #CFC46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC46E; }
p { color: rgb(207,196,110); }
H1.HeaderClassName
{
color: #CFC46E;
}
.AnyTagClassName
{
color: #CFC46E;
}
</style>
background-color css
<style>
a { background-color: #CFC46E; }
a { background-color: rgb(207,196,110); }
div.DivClassName
{
background-color: #CFC46E;
}
.BgClassName
{
background-color: #CFC46E;
}
</style>
border-color css
<style>
span { border-color: #CFC46E; }
span { border-color: rgb(207,196,110); }
td.TdClassName
{
border-color: #CFC46E;
}
.TagClassName
{
border-color: #CFC46E;
}
</style>