Shades of Vanilla #CDB79E
Tints of Vanilla #CDB79E
RGB
CMYK
RGB Variations
Color information
#CDB79E (or 0xCDB79E) is known color: Vanilla. HEX triplet: CD, B7 and 9E. RGB value is (205,183,158). Sum of RGB (Red+Green+Blue) = 205+183+158=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB79E is #324861. Grayscale: #BABABA. Windows color (decimal): -3295330 or 10401741. OLE color: 10401741.
HSL color Cylindrical-coordinate representation of color #CDB79E: hue angle of 31.91º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB79E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 158 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.20 |
| HSL | 31.91º | 0.32% | 0.71% | - |
| HSV(B) | 31.91º | 0.23% | 0.8% | - |
| XYZ | 48.28 | 49.31 | 39.32 | - |
| YUV | 186.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 158 | 0 | 0.11 | 0.23 | 0.20 | 31.91 | 0.32 | 0.71 |
| Hex | CD | B7 | 9E | 0 | B | 17 | 14 | 20 | 20 | 47 |
| Octal | 315 | 267 | 236 | 0 | 13 | 27 | 24 | 40 | 40 | 107 |
| Binary | 11001101 | 10110111 | 10011110 | 0 | 1011 | 10111 | 10100 | 100000 | 100000 | 1000111 |
Color Harmonies of #CDB79E
Complementary color
Monochromatic Colors of #CDB79E
Black with #CDB79E
Text Example
Text Example
White with #CDB79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB79E; }
p { color: rgb(205,183,158); }
H1.HeaderClassName
{
color: #CDB79E;
}
.AnyTagClassName
{
color: #CDB79E;
}
</style>
background-color css
<style>
a { background-color: #CDB79E; }
a { background-color: rgb(205,183,158); }
div.DivClassName
{
background-color: #CDB79E;
}
.BgClassName
{
background-color: #CDB79E;
}
</style>
border-color css
<style>
span { border-color: #CDB79E; }
span { border-color: rgb(205,183,158); }
td.TdClassName
{
border-color: #CDB79E;
}
.TagClassName
{
border-color: #CDB79E;
}
</style>