Shades of Vanilla #CDB69A
Tints of Vanilla #CDB69A
RGB
CMYK
RGB Variations
Color information
#CDB69A (or 0xCDB69A) is known color: Vanilla. HEX triplet: CD, B6 and 9A. RGB value is (205,182,154). Sum of RGB (Red+Green+Blue) = 205+182+154=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB69A is #324965. Grayscale: #B9B9B9. Windows color (decimal): -3295590 or 10139341. OLE color: 10139341.
HSL color Cylindrical-coordinate representation of color #CDB69A: hue angle of 32.94º 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 #CDB69A is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 154 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.20 |
| HSL | 32.94º | 0.34% | 0.7% | - |
| HSV(B) | 32.94º | 0.25% | 0.8% | - |
| XYZ | 47.74 | 48.77 | 37.47 | - |
| YUV | 185.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 154 | 0 | 0.11 | 0.25 | 0.20 | 32.94 | 0.34 | 0.7 |
| Hex | CD | B6 | 9A | 0 | B | 19 | 14 | 21 | 22 | 46 |
| Octal | 315 | 266 | 232 | 0 | 13 | 31 | 24 | 41 | 42 | 106 |
| Binary | 11001101 | 10110110 | 10011010 | 0 | 1011 | 11001 | 10100 | 100001 | 100010 | 1000110 |
Color Harmonies of #CDB69A
Complementary color
Monochromatic Colors of #CDB69A
Black with #CDB69A
Text Example
Text Example
White with #CDB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB69A; }
p { color: rgb(205,182,154); }
H1.HeaderClassName
{
color: #CDB69A;
}
.AnyTagClassName
{
color: #CDB69A;
}
</style>
background-color css
<style>
a { background-color: #CDB69A; }
a { background-color: rgb(205,182,154); }
div.DivClassName
{
background-color: #CDB69A;
}
.BgClassName
{
background-color: #CDB69A;
}
</style>
border-color css
<style>
span { border-color: #CDB69A; }
span { border-color: rgb(205,182,154); }
td.TdClassName
{
border-color: #CDB69A;
}
.TagClassName
{
border-color: #CDB69A;
}
</style>