Shades of Vanilla #CFB89E
Tints of Vanilla #CFB89E
RGB
CMYK
RGB Variations
Color information
#CFB89E (or 0xCFB89E) is known color: Vanilla. HEX triplet: CF, B8 and 9E. RGB value is (207,184,158). Sum of RGB (Red+Green+Blue) = 207+184+158=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB89E is #304761. Grayscale: #BCBCBC. Windows color (decimal): -3164002 or 10401999. OLE color: 10401999.
HSL color Cylindrical-coordinate representation of color #CFB89E: hue angle of 31.84º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB89E is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 158 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.19 |
| HSL | 31.84º | 0.34% | 0.72% | - |
| HSV(B) | 31.84º | 0.24% | 0.81% | - |
| XYZ | 49.04 | 50.02 | 39.42 | - |
| YUV | 187.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 158 | 0 | 0.11 | 0.24 | 0.19 | 31.84 | 0.34 | 0.72 |
| Hex | CF | B8 | 9E | 0 | B | 18 | 13 | 20 | 22 | 48 |
| Octal | 317 | 270 | 236 | 0 | 13 | 30 | 23 | 40 | 42 | 110 |
| Binary | 11001111 | 10111000 | 10011110 | 0 | 1011 | 11000 | 10011 | 100000 | 100010 | 1001000 |
Color Harmonies of #CFB89E
Complementary color
Monochromatic Colors of #CFB89E
Black with #CFB89E
Text Example
Text Example
White with #CFB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB89E; }
p { color: rgb(207,184,158); }
H1.HeaderClassName
{
color: #CFB89E;
}
.AnyTagClassName
{
color: #CFB89E;
}
</style>
background-color css
<style>
a { background-color: #CFB89E; }
a { background-color: rgb(207,184,158); }
div.DivClassName
{
background-color: #CFB89E;
}
.BgClassName
{
background-color: #CFB89E;
}
</style>
border-color css
<style>
span { border-color: #CFB89E; }
span { border-color: rgb(207,184,158); }
td.TdClassName
{
border-color: #CFB89E;
}
.TagClassName
{
border-color: #CFB89E;
}
</style>