Shades of Cashmere #D2AB96
Tints of Cashmere #D2AB96
RGB
CMYK
RGB Variations
Color information
#D2AB96 (or 0xD2AB96) is known color: Cashmere. HEX triplet: D2, AB and 96. RGB value is (210,171,150). Sum of RGB (Red+Green+Blue) = 210+171+150=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB96 is #2D5469. Grayscale: #B4B4B4. Windows color (decimal): -2970730 or 9874386. OLE color: 9874386.
HSL color Cylindrical-coordinate representation of color #D2AB96: hue angle of 21º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AB96 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 150 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.18 |
| HSL | 21º | 0.4% | 0.71% | - |
| HSV(B) | 21º | 0.29% | 0.82% | - |
| XYZ | 46.65 | 45.03 | 35.09 | - |
| YUV | 180.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 150 | 0 | 0.19 | 0.29 | 0.18 | 21 | 0.4 | 0.71 |
| Hex | D2 | AB | 96 | 0 | 13 | 1D | 12 | 15 | 28 | 47 |
| Octal | 322 | 253 | 226 | 0 | 23 | 35 | 22 | 25 | 50 | 107 |
| Binary | 11010010 | 10101011 | 10010110 | 0 | 10011 | 11101 | 10010 | 10101 | 101000 | 1000111 |
Color Harmonies of #D2AB96
Complementary color
Monochromatic Colors of #D2AB96
Black with #D2AB96
Text Example
Text Example
White with #D2AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB96; }
p { color: rgb(210,171,150); }
H1.HeaderClassName
{
color: #D2AB96;
}
.AnyTagClassName
{
color: #D2AB96;
}
</style>
background-color css
<style>
a { background-color: #D2AB96; }
a { background-color: rgb(210,171,150); }
div.DivClassName
{
background-color: #D2AB96;
}
.BgClassName
{
background-color: #D2AB96;
}
</style>
border-color css
<style>
span { border-color: #D2AB96; }
span { border-color: rgb(210,171,150); }
td.TdClassName
{
border-color: #D2AB96;
}
.TagClassName
{
border-color: #D2AB96;
}
</style>