Shades of Vanilla #CDB69C
Tints of Vanilla #CDB69C
RGB
CMYK
RGB Variations
Color information
#CDB69C (or 0xCDB69C) is known color: Vanilla. HEX triplet: CD, B6 and 9C. RGB value is (205,182,156). Sum of RGB (Red+Green+Blue) = 205+182+156=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB69C is #324963. Grayscale: #BABABA. Windows color (decimal): -3295588 or 10270413. OLE color: 10270413.
HSL color Cylindrical-coordinate representation of color #CDB69C: hue angle of 31.84º 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 #CDB69C is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 156 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.20 |
| HSL | 31.84º | 0.33% | 0.71% | - |
| HSV(B) | 31.84º | 0.24% | 0.8% | - |
| XYZ | 47.91 | 48.84 | 38.35 | - |
| YUV | 185.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 156 | 0 | 0.11 | 0.24 | 0.20 | 31.84 | 0.33 | 0.71 |
| Hex | CD | B6 | 9C | 0 | B | 18 | 14 | 20 | 21 | 47 |
| Octal | 315 | 266 | 234 | 0 | 13 | 30 | 24 | 40 | 41 | 107 |
| Binary | 11001101 | 10110110 | 10011100 | 0 | 1011 | 11000 | 10100 | 100000 | 100001 | 1000111 |
Color Harmonies of #CDB69C
Complementary color
Monochromatic Colors of #CDB69C
Black with #CDB69C
Text Example
Text Example
White with #CDB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB69C; }
p { color: rgb(205,182,156); }
H1.HeaderClassName
{
color: #CDB69C;
}
.AnyTagClassName
{
color: #CDB69C;
}
</style>
background-color css
<style>
a { background-color: #CDB69C; }
a { background-color: rgb(205,182,156); }
div.DivClassName
{
background-color: #CDB69C;
}
.BgClassName
{
background-color: #CDB69C;
}
</style>
border-color css
<style>
span { border-color: #CDB69C; }
span { border-color: rgb(205,182,156); }
td.TdClassName
{
border-color: #CDB69C;
}
.TagClassName
{
border-color: #CDB69C;
}
</style>