Shades of Chenin #CFBD70
Tints of Chenin #CFBD70
RGB
CMYK
RGB Variations
Color information
#CFBD70 (or 0xCFBD70) is known color: Chenin. HEX triplet: CF, BD and 70. RGB value is (207,189,112). Sum of RGB (Red+Green+Blue) = 207+189+112=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD70 is #30428F. Grayscale: #B9B9B9. Windows color (decimal): -3162768 or 7388623. OLE color: 7388623.
HSL color Cylindrical-coordinate representation of color #CFBD70: hue angle of 48.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFBD70 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 112 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.19 |
| HSL | 48.63º | 0.5% | 0.63% | - |
| HSV(B) | 48.63º | 0.46% | 0.81% | - |
| XYZ | 46.85 | 50.83 | 22.67 | - |
| YUV | 185.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 112 | 0 | 0.09 | 0.46 | 0.19 | 48.63 | 0.5 | 0.63 |
| Hex | CF | BD | 70 | 0 | 9 | 2E | 13 | 31 | 32 | 3F |
| Octal | 317 | 275 | 160 | 0 | 11 | 56 | 23 | 61 | 62 | 77 |
| Binary | 11001111 | 10111101 | 1110000 | 0 | 1001 | 101110 | 10011 | 110001 | 110010 | 111111 |
Color Harmonies of #CFBD70
Complementary color
Monochromatic Colors of #CFBD70
Black with #CFBD70
Text Example
Text Example
White with #CFBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD70; }
p { color: rgb(207,189,112); }
H1.HeaderClassName
{
color: #CFBD70;
}
.AnyTagClassName
{
color: #CFBD70;
}
</style>
background-color css
<style>
a { background-color: #CFBD70; }
a { background-color: rgb(207,189,112); }
div.DivClassName
{
background-color: #CFBD70;
}
.BgClassName
{
background-color: #CFBD70;
}
</style>
border-color css
<style>
span { border-color: #CFBD70; }
span { border-color: rgb(207,189,112); }
td.TdClassName
{
border-color: #CFBD70;
}
.TagClassName
{
border-color: #CFBD70;
}
</style>