Shades of Vanilla #CFB995
Tints of Vanilla #CFB995
RGB
CMYK
RGB Variations
Color information
#CFB995 (or 0xCFB995) is known color: Vanilla. HEX triplet: CF, B9 and 95. RGB value is (207,185,149). Sum of RGB (Red+Green+Blue) = 207+185+149=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB995 is #30466A. Grayscale: #BBBBBB. Windows color (decimal): -3163755 or 9812431. OLE color: 9812431.
HSL color Cylindrical-coordinate representation of color #CFB995: hue angle of 37.24º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB995 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 149 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.19 |
| HSL | 37.24º | 0.38% | 0.7% | - |
| HSV(B) | 37.24º | 0.28% | 0.81% | - |
| XYZ | 48.51 | 50.13 | 35.55 | - |
| YUV | 187.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 149 | 0 | 0.11 | 0.28 | 0.19 | 37.24 | 0.38 | 0.7 |
| Hex | CF | B9 | 95 | 0 | B | 1C | 13 | 25 | 26 | 46 |
| Octal | 317 | 271 | 225 | 0 | 13 | 34 | 23 | 45 | 46 | 106 |
| Binary | 11001111 | 10111001 | 10010101 | 0 | 1011 | 11100 | 10011 | 100101 | 100110 | 1000110 |
Color Harmonies of #CFB995
Complementary color
Monochromatic Colors of #CFB995
Black with #CFB995
Text Example
Text Example
White with #CFB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB995; }
p { color: rgb(207,185,149); }
H1.HeaderClassName
{
color: #CFB995;
}
.AnyTagClassName
{
color: #CFB995;
}
</style>
background-color css
<style>
a { background-color: #CFB995; }
a { background-color: rgb(207,185,149); }
div.DivClassName
{
background-color: #CFB995;
}
.BgClassName
{
background-color: #CFB995;
}
</style>
border-color css
<style>
span { border-color: #CFB995; }
span { border-color: rgb(207,185,149); }
td.TdClassName
{
border-color: #CFB995;
}
.TagClassName
{
border-color: #CFB995;
}
</style>