Shades of Vanilla #CDB69B
Tints of Vanilla #CDB69B
RGB
CMYK
RGB Variations
Color information
#CDB69B (or 0xCDB69B) is known color: Vanilla. HEX triplet: CD, B6 and 9B. RGB value is (205,182,155). Sum of RGB (Red+Green+Blue) = 205+182+155=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB69B is #324964. Grayscale: #B9B9B9. Windows color (decimal): -3295589 or 10204877. OLE color: 10204877.
HSL color Cylindrical-coordinate representation of color #CDB69B: hue angle of 32.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB69B is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 155 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.20 |
| HSL | 32.4º | 0.33% | 0.71% | - |
| HSV(B) | 32.4º | 0.24% | 0.8% | - |
| XYZ | 47.82 | 48.8 | 37.91 | - |
| YUV | 185.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 155 | 0 | 0.11 | 0.24 | 0.20 | 32.4 | 0.33 | 0.71 |
| Hex | CD | B6 | 9B | 0 | B | 18 | 14 | 20 | 21 | 47 |
| Octal | 315 | 266 | 233 | 0 | 13 | 30 | 24 | 40 | 41 | 107 |
| Binary | 11001101 | 10110110 | 10011011 | 0 | 1011 | 11000 | 10100 | 100000 | 100001 | 1000111 |
Color Harmonies of #CDB69B
Complementary color
Monochromatic Colors of #CDB69B
Black with #CDB69B
Text Example
Text Example
White with #CDB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB69B; }
p { color: rgb(205,182,155); }
H1.HeaderClassName
{
color: #CDB69B;
}
.AnyTagClassName
{
color: #CDB69B;
}
</style>
background-color css
<style>
a { background-color: #CDB69B; }
a { background-color: rgb(205,182,155); }
div.DivClassName
{
background-color: #CDB69B;
}
.BgClassName
{
background-color: #CDB69B;
}
</style>
border-color css
<style>
span { border-color: #CDB69B; }
span { border-color: rgb(205,182,155); }
td.TdClassName
{
border-color: #CDB69B;
}
.TagClassName
{
border-color: #CDB69B;
}
</style>