Shades of Vanilla #CFB598
Tints of Vanilla #CFB598
RGB
CMYK
RGB Variations
Color information
#CFB598 (or 0xCFB598) is known color: Vanilla. HEX triplet: CF, B5 and 98. RGB value is (207,181,152). Sum of RGB (Red+Green+Blue) = 207+181+152=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB598 is #304A67. Grayscale: #B9B9B9. Windows color (decimal): -3164776 or 10008015. OLE color: 10008015.
HSL color Cylindrical-coordinate representation of color #CFB598: hue angle of 31.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB598 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 152 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.19 |
| HSL | 31.64º | 0.36% | 0.7% | - |
| HSV(B) | 31.64º | 0.27% | 0.81% | - |
| XYZ | 47.92 | 48.58 | 36.56 | - |
| YUV | 185.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 152 | 0 | 0.13 | 0.27 | 0.19 | 31.64 | 0.36 | 0.7 |
| Hex | CF | B5 | 98 | 0 | D | 1B | 13 | 20 | 24 | 46 |
| Octal | 317 | 265 | 230 | 0 | 15 | 33 | 23 | 40 | 44 | 106 |
| Binary | 11001111 | 10110101 | 10011000 | 0 | 1101 | 11011 | 10011 | 100000 | 100100 | 1000110 |
Color Harmonies of #CFB598
Complementary color
Monochromatic Colors of #CFB598
Black with #CFB598
Text Example
Text Example
White with #CFB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB598; }
p { color: rgb(207,181,152); }
H1.HeaderClassName
{
color: #CFB598;
}
.AnyTagClassName
{
color: #CFB598;
}
</style>
background-color css
<style>
a { background-color: #CFB598; }
a { background-color: rgb(207,181,152); }
div.DivClassName
{
background-color: #CFB598;
}
.BgClassName
{
background-color: #CFB598;
}
</style>
border-color css
<style>
span { border-color: #CFB598; }
span { border-color: rgb(207,181,152); }
td.TdClassName
{
border-color: #CFB598;
}
.TagClassName
{
border-color: #CFB598;
}
</style>