Shades of Cashmere #D0AB96
Tints of Cashmere #D0AB96
RGB
CMYK
RGB Variations
Color information
#D0AB96 (or 0xD0AB96) is known color: Cashmere. HEX triplet: D0, AB and 96. RGB value is (208,171,150). Sum of RGB (Red+Green+Blue) = 208+171+150=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB96 is #2F5469. Grayscale: #B3B3B3. Windows color (decimal): -3101802 or 9874384. OLE color: 9874384.
HSL color Cylindrical-coordinate representation of color #D0AB96: hue angle of 21.72º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0AB96 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 150 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.18 |
| HSL | 21.72º | 0.38% | 0.7% | - |
| HSV(B) | 21.72º | 0.28% | 0.82% | - |
| XYZ | 46.08 | 44.74 | 35.06 | - |
| YUV | 179.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 150 | 0 | 0.18 | 0.28 | 0.18 | 21.72 | 0.38 | 0.7 |
| Hex | D0 | AB | 96 | 0 | 12 | 1C | 12 | 16 | 26 | 46 |
| Octal | 320 | 253 | 226 | 0 | 22 | 34 | 22 | 26 | 46 | 106 |
| Binary | 11010000 | 10101011 | 10010110 | 0 | 10010 | 11100 | 10010 | 10110 | 100110 | 1000110 |
Color Harmonies of #D0AB96
Complementary color
Monochromatic Colors of #D0AB96
Black with #D0AB96
Text Example
Text Example
White with #D0AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB96; }
p { color: rgb(208,171,150); }
H1.HeaderClassName
{
color: #D0AB96;
}
.AnyTagClassName
{
color: #D0AB96;
}
</style>
background-color css
<style>
a { background-color: #D0AB96; }
a { background-color: rgb(208,171,150); }
div.DivClassName
{
background-color: #D0AB96;
}
.BgClassName
{
background-color: #D0AB96;
}
</style>
border-color css
<style>
span { border-color: #D0AB96; }
span { border-color: rgb(208,171,150); }
td.TdClassName
{
border-color: #D0AB96;
}
.TagClassName
{
border-color: #D0AB96;
}
</style>