Shades of Vanilla #CFB89C
Tints of Vanilla #CFB89C
RGB
CMYK
RGB Variations
Color information
#CFB89C (or 0xCFB89C) is known color: Vanilla. HEX triplet: CF, B8 and 9C. RGB value is (207,184,156). Sum of RGB (Red+Green+Blue) = 207+184+156=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB89C is #304763. Grayscale: #BBBBBB. Windows color (decimal): -3164004 or 10270927. OLE color: 10270927.
HSL color Cylindrical-coordinate representation of color #CFB89C: hue angle of 32.94º 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 #CFB89C is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 156 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.19 |
| HSL | 32.94º | 0.35% | 0.71% | - |
| HSV(B) | 32.94º | 0.25% | 0.81% | - |
| XYZ | 48.87 | 49.95 | 38.52 | - |
| YUV | 187.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 156 | 0 | 0.11 | 0.25 | 0.19 | 32.94 | 0.35 | 0.71 |
| Hex | CF | B8 | 9C | 0 | B | 19 | 13 | 21 | 23 | 47 |
| Octal | 317 | 270 | 234 | 0 | 13 | 31 | 23 | 41 | 43 | 107 |
| Binary | 11001111 | 10111000 | 10011100 | 0 | 1011 | 11001 | 10011 | 100001 | 100011 | 1000111 |
Color Harmonies of #CFB89C
Complementary color
Monochromatic Colors of #CFB89C
Black with #CFB89C
Text Example
Text Example
White with #CFB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB89C; }
p { color: rgb(207,184,156); }
H1.HeaderClassName
{
color: #CFB89C;
}
.AnyTagClassName
{
color: #CFB89C;
}
</style>
background-color css
<style>
a { background-color: #CFB89C; }
a { background-color: rgb(207,184,156); }
div.DivClassName
{
background-color: #CFB89C;
}
.BgClassName
{
background-color: #CFB89C;
}
</style>
border-color css
<style>
span { border-color: #CFB89C; }
span { border-color: rgb(207,184,156); }
td.TdClassName
{
border-color: #CFB89C;
}
.TagClassName
{
border-color: #CFB89C;
}
</style>