Shades of Vanilla #CDB498
Tints of Vanilla #CDB498
RGB
CMYK
RGB Variations
Color information
#CDB498 (or 0xCDB498) is known color: Vanilla. HEX triplet: CD, B4 and 98. RGB value is (205,180,152). Sum of RGB (Red+Green+Blue) = 205+180+152=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB498 is #324B67. Grayscale: #B8B8B8. Windows color (decimal): -3296104 or 10007757. OLE color: 10007757.
HSL color Cylindrical-coordinate representation of color #CDB498: hue angle of 31.7º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDB498 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 152 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.20 |
| HSL | 31.7º | 0.35% | 0.7% | - |
| HSV(B) | 31.7º | 0.26% | 0.8% | - |
| XYZ | 47.17 | 47.89 | 36.46 | - |
| YUV | 184.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 152 | 0 | 0.12 | 0.26 | 0.20 | 31.7 | 0.35 | 0.7 |
| Hex | CD | B4 | 98 | 0 | C | 1A | 14 | 20 | 23 | 46 |
| Octal | 315 | 264 | 230 | 0 | 14 | 32 | 24 | 40 | 43 | 106 |
| Binary | 11001101 | 10110100 | 10011000 | 0 | 1100 | 11010 | 10100 | 100000 | 100011 | 1000110 |
Color Harmonies of #CDB498
Complementary color
Monochromatic Colors of #CDB498
Black with #CDB498
Text Example
Text Example
White with #CDB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB498; }
p { color: rgb(205,180,152); }
H1.HeaderClassName
{
color: #CDB498;
}
.AnyTagClassName
{
color: #CDB498;
}
</style>
background-color css
<style>
a { background-color: #CDB498; }
a { background-color: rgb(205,180,152); }
div.DivClassName
{
background-color: #CDB498;
}
.BgClassName
{
background-color: #CDB498;
}
</style>
border-color css
<style>
span { border-color: #CDB498; }
span { border-color: rgb(205,180,152); }
td.TdClassName
{
border-color: #CDB498;
}
.TagClassName
{
border-color: #CDB498;
}
</style>