Shades of Vanilla #CFB895
Tints of Vanilla #CFB895
RGB
CMYK
RGB Variations
Color information
#CFB895 (or 0xCFB895) is known color: Vanilla. HEX triplet: CF, B8 and 95. RGB value is (207,184,149). Sum of RGB (Red+Green+Blue) = 207+184+149=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB895 is #30476A. Grayscale: #BBBBBB. Windows color (decimal): -3164011 or 9812175. OLE color: 9812175.
HSL color Cylindrical-coordinate representation of color #CFB895: hue angle of 36.21º 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 #CFB895 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 149 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.19 |
| HSL | 36.21º | 0.38% | 0.7% | - |
| HSV(B) | 36.21º | 0.28% | 0.81% | - |
| XYZ | 48.3 | 49.72 | 35.48 | - |
| YUV | 186.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 149 | 0 | 0.11 | 0.28 | 0.19 | 36.21 | 0.38 | 0.7 |
| Hex | CF | B8 | 95 | 0 | B | 1C | 13 | 24 | 26 | 46 |
| Octal | 317 | 270 | 225 | 0 | 13 | 34 | 23 | 44 | 46 | 106 |
| Binary | 11001111 | 10111000 | 10010101 | 0 | 1011 | 11100 | 10011 | 100100 | 100110 | 1000110 |
Color Harmonies of #CFB895
Complementary color
Monochromatic Colors of #CFB895
Black with #CFB895
Text Example
Text Example
White with #CFB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB895; }
p { color: rgb(207,184,149); }
H1.HeaderClassName
{
color: #CFB895;
}
.AnyTagClassName
{
color: #CFB895;
}
</style>
background-color css
<style>
a { background-color: #CFB895; }
a { background-color: rgb(207,184,149); }
div.DivClassName
{
background-color: #CFB895;
}
.BgClassName
{
background-color: #CFB895;
}
</style>
border-color css
<style>
span { border-color: #CFB895; }
span { border-color: rgb(207,184,149); }
td.TdClassName
{
border-color: #CFB895;
}
.TagClassName
{
border-color: #CFB895;
}
</style>