Shades of Vanilla #CDB394
Tints of Vanilla #CDB394
RGB
CMYK
RGB Variations
Color information
#CDB394 (or 0xCDB394) is known color: Vanilla. HEX triplet: CD, B3 and 94. RGB value is (205,179,148). Sum of RGB (Red+Green+Blue) = 205+179+148=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB394 is #324C6B. Grayscale: #B7B7B7. Windows color (decimal): -3296364 or 9745357. OLE color: 9745357.
HSL color Cylindrical-coordinate representation of color #CDB394: hue angle of 32.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDB394 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 148 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.20 |
| HSL | 32.63º | 0.36% | 0.69% | - |
| HSV(B) | 32.63º | 0.28% | 0.8% | - |
| XYZ | 46.64 | 47.36 | 34.7 | - |
| YUV | 183.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 148 | 0 | 0.13 | 0.28 | 0.20 | 32.63 | 0.36 | 0.69 |
| Hex | CD | B3 | 94 | 0 | D | 1C | 14 | 21 | 24 | 45 |
| Octal | 315 | 263 | 224 | 0 | 15 | 34 | 24 | 41 | 44 | 105 |
| Binary | 11001101 | 10110011 | 10010100 | 0 | 1101 | 11100 | 10100 | 100001 | 100100 | 1000101 |
Color Harmonies of #CDB394
Complementary color
Monochromatic Colors of #CDB394
Black with #CDB394
Text Example
Text Example
White with #CDB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB394; }
p { color: rgb(205,179,148); }
H1.HeaderClassName
{
color: #CDB394;
}
.AnyTagClassName
{
color: #CDB394;
}
</style>
background-color css
<style>
a { background-color: #CDB394; }
a { background-color: rgb(205,179,148); }
div.DivClassName
{
background-color: #CDB394;
}
.BgClassName
{
background-color: #CDB394;
}
</style>
border-color css
<style>
span { border-color: #CDB394; }
span { border-color: rgb(205,179,148); }
td.TdClassName
{
border-color: #CDB394;
}
.TagClassName
{
border-color: #CDB394;
}
</style>