Shades of Chenin #CFBE70
Tints of Chenin #CFBE70
RGB
CMYK
RGB Variations
Color information
#CFBE70 (or 0xCFBE70) is known color: Chenin. HEX triplet: CF, BE and 70. RGB value is (207,190,112). Sum of RGB (Red+Green+Blue) = 207+190+112=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE70 is #30418F. Grayscale: #BABABA. Windows color (decimal): -3162512 or 7388879. OLE color: 7388879.
HSL color Cylindrical-coordinate representation of color #CFBE70: hue angle of 49.26º 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 #CFBE70 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 112 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.19 |
| HSL | 49.26º | 0.5% | 0.63% | - |
| HSV(B) | 49.26º | 0.46% | 0.81% | - |
| XYZ | 47.07 | 51.26 | 22.74 | - |
| YUV | 186.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 112 | 0 | 0.08 | 0.46 | 0.19 | 49.26 | 0.5 | 0.63 |
| Hex | CF | BE | 70 | 0 | 8 | 2E | 13 | 31 | 32 | 3F |
| Octal | 317 | 276 | 160 | 0 | 10 | 56 | 23 | 61 | 62 | 77 |
| Binary | 11001111 | 10111110 | 1110000 | 0 | 1000 | 101110 | 10011 | 110001 | 110010 | 111111 |
Color Harmonies of #CFBE70
Complementary color
Monochromatic Colors of #CFBE70
Black with #CFBE70
Text Example
Text Example
White with #CFBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE70; }
p { color: rgb(207,190,112); }
H1.HeaderClassName
{
color: #CFBE70;
}
.AnyTagClassName
{
color: #CFBE70;
}
</style>
background-color css
<style>
a { background-color: #CFBE70; }
a { background-color: rgb(207,190,112); }
div.DivClassName
{
background-color: #CFBE70;
}
.BgClassName
{
background-color: #CFBE70;
}
</style>
border-color css
<style>
span { border-color: #CFBE70; }
span { border-color: rgb(207,190,112); }
td.TdClassName
{
border-color: #CFBE70;
}
.TagClassName
{
border-color: #CFBE70;
}
</style>