Shades of Vanilla #CDB396
Tints of Vanilla #CDB396
RGB
CMYK
RGB Variations
Color information
#CDB396 (or 0xCDB396) is known color: Vanilla. HEX triplet: CD, B3 and 96. RGB value is (205,179,150). Sum of RGB (Red+Green+Blue) = 205+179+150=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB396 is #324C69. Grayscale: #B7B7B7. Windows color (decimal): -3296362 or 9876429. OLE color: 9876429.
HSL color Cylindrical-coordinate representation of color #CDB396: hue angle of 31.64º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB396 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 150 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.20 |
| HSL | 31.64º | 0.35% | 0.7% | - |
| HSV(B) | 31.64º | 0.27% | 0.8% | - |
| XYZ | 46.8 | 47.42 | 35.54 | - |
| YUV | 183.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 150 | 0 | 0.13 | 0.27 | 0.20 | 31.64 | 0.35 | 0.7 |
| Hex | CD | B3 | 96 | 0 | D | 1B | 14 | 20 | 23 | 46 |
| Octal | 315 | 263 | 226 | 0 | 15 | 33 | 24 | 40 | 43 | 106 |
| Binary | 11001101 | 10110011 | 10010110 | 0 | 1101 | 11011 | 10100 | 100000 | 100011 | 1000110 |
Color Harmonies of #CDB396
Complementary color
Monochromatic Colors of #CDB396
Black with #CDB396
Text Example
Text Example
White with #CDB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB396; }
p { color: rgb(205,179,150); }
H1.HeaderClassName
{
color: #CDB396;
}
.AnyTagClassName
{
color: #CDB396;
}
</style>
background-color css
<style>
a { background-color: #CDB396; }
a { background-color: rgb(205,179,150); }
div.DivClassName
{
background-color: #CDB396;
}
.BgClassName
{
background-color: #CDB396;
}
</style>
border-color css
<style>
span { border-color: #CDB396; }
span { border-color: rgb(205,179,150); }
td.TdClassName
{
border-color: #CDB396;
}
.TagClassName
{
border-color: #CDB396;
}
</style>