Shades of Vanilla #CDB696
Tints of Vanilla #CDB696
RGB
CMYK
RGB Variations
Color information
#CDB696 (or 0xCDB696) is known color: Vanilla. HEX triplet: CD, B6 and 96. RGB value is (205,182,150). Sum of RGB (Red+Green+Blue) = 205+182+150=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB696 is #324969. Grayscale: #B9B9B9. Windows color (decimal): -3295594 or 9877197. OLE color: 9877197.
HSL color Cylindrical-coordinate representation of color #CDB696: hue angle of 34.91º 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 #CDB696 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 150 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.20 |
| HSL | 34.91º | 0.35% | 0.7% | - |
| HSV(B) | 34.91º | 0.27% | 0.8% | - |
| XYZ | 47.41 | 48.64 | 35.74 | - |
| YUV | 185.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 150 | 0 | 0.11 | 0.27 | 0.20 | 34.91 | 0.35 | 0.7 |
| Hex | CD | B6 | 96 | 0 | B | 1B | 14 | 23 | 23 | 46 |
| Octal | 315 | 266 | 226 | 0 | 13 | 33 | 24 | 43 | 43 | 106 |
| Binary | 11001101 | 10110110 | 10010110 | 0 | 1011 | 11011 | 10100 | 100011 | 100011 | 1000110 |
Color Harmonies of #CDB696
Complementary color
Monochromatic Colors of #CDB696
Black with #CDB696
Text Example
Text Example
White with #CDB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB696; }
p { color: rgb(205,182,150); }
H1.HeaderClassName
{
color: #CDB696;
}
.AnyTagClassName
{
color: #CDB696;
}
</style>
background-color css
<style>
a { background-color: #CDB696; }
a { background-color: rgb(205,182,150); }
div.DivClassName
{
background-color: #CDB696;
}
.BgClassName
{
background-color: #CDB696;
}
</style>
border-color css
<style>
span { border-color: #CDB696; }
span { border-color: rgb(205,182,150); }
td.TdClassName
{
border-color: #CDB696;
}
.TagClassName
{
border-color: #CDB696;
}
</style>