Shades of Vanilla #CFB89B
Tints of Vanilla #CFB89B
RGB
CMYK
RGB Variations
Color information
#CFB89B (or 0xCFB89B) is known color: Vanilla. HEX triplet: CF, B8 and 9B. RGB value is (207,184,155). Sum of RGB (Red+Green+Blue) = 207+184+155=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB89B is #304764. Grayscale: #BBBBBB. Windows color (decimal): -3164005 or 10205391. OLE color: 10205391.
HSL color Cylindrical-coordinate representation of color #CFB89B: hue angle of 33.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB89B is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 155 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.19 |
| HSL | 33.46º | 0.35% | 0.71% | - |
| HSV(B) | 33.46º | 0.25% | 0.81% | - |
| XYZ | 48.79 | 49.91 | 38.07 | - |
| YUV | 187.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 155 | 0 | 0.11 | 0.25 | 0.19 | 33.46 | 0.35 | 0.71 |
| Hex | CF | B8 | 9B | 0 | B | 19 | 13 | 21 | 23 | 47 |
| Octal | 317 | 270 | 233 | 0 | 13 | 31 | 23 | 41 | 43 | 107 |
| Binary | 11001111 | 10111000 | 10011011 | 0 | 1011 | 11001 | 10011 | 100001 | 100011 | 1000111 |
Color Harmonies of #CFB89B
Complementary color
Monochromatic Colors of #CFB89B
Black with #CFB89B
Text Example
Text Example
White with #CFB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB89B; }
p { color: rgb(207,184,155); }
H1.HeaderClassName
{
color: #CFB89B;
}
.AnyTagClassName
{
color: #CFB89B;
}
</style>
background-color css
<style>
a { background-color: #CFB89B; }
a { background-color: rgb(207,184,155); }
div.DivClassName
{
background-color: #CFB89B;
}
.BgClassName
{
background-color: #CFB89B;
}
</style>
border-color css
<style>
span { border-color: #CFB89B; }
span { border-color: rgb(207,184,155); }
td.TdClassName
{
border-color: #CFB89B;
}
.TagClassName
{
border-color: #CFB89B;
}
</style>