Shades of Vanilla #CDB49A
Tints of Vanilla #CDB49A
RGB
CMYK
RGB Variations
Color information
#CDB49A (or 0xCDB49A) is known color: Vanilla. HEX triplet: CD, B4 and 9A. RGB value is (205,180,154). Sum of RGB (Red+Green+Blue) = 205+180+154=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49A is #324B65. Grayscale: #B8B8B8. Windows color (decimal): -3296102 or 10138829. OLE color: 10138829.
HSL color Cylindrical-coordinate representation of color #CDB49A: hue angle of 30.59º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB49A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 154 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.20 |
| HSL | 30.59º | 0.34% | 0.7% | - |
| HSV(B) | 30.59º | 0.25% | 0.8% | - |
| XYZ | 47.33 | 47.95 | 37.33 | - |
| YUV | 184.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 154 | 0 | 0.12 | 0.25 | 0.20 | 30.59 | 0.34 | 0.7 |
| Hex | CD | B4 | 9A | 0 | C | 19 | 14 | 1F | 22 | 46 |
| Octal | 315 | 264 | 232 | 0 | 14 | 31 | 24 | 37 | 42 | 106 |
| Binary | 11001101 | 10110100 | 10011010 | 0 | 1100 | 11001 | 10100 | 11111 | 100010 | 1000110 |
Color Harmonies of #CDB49A
Complementary color
Monochromatic Colors of #CDB49A
Black with #CDB49A
Text Example
Text Example
White with #CDB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB49A; }
p { color: rgb(205,180,154); }
H1.HeaderClassName
{
color: #CDB49A;
}
.AnyTagClassName
{
color: #CDB49A;
}
</style>
background-color css
<style>
a { background-color: #CDB49A; }
a { background-color: rgb(205,180,154); }
div.DivClassName
{
background-color: #CDB49A;
}
.BgClassName
{
background-color: #CDB49A;
}
</style>
border-color css
<style>
span { border-color: #CDB49A; }
span { border-color: rgb(205,180,154); }
td.TdClassName
{
border-color: #CDB49A;
}
.TagClassName
{
border-color: #CDB49A;
}
</style>