Shades of Cashmere #D2AB95
Tints of Cashmere #D2AB95
RGB
CMYK
RGB Variations
Color information
#D2AB95 (or 0xD2AB95) is known color: Cashmere. HEX triplet: D2, AB and 95. RGB value is (210,171,149). Sum of RGB (Red+Green+Blue) = 210+171+149=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB95 is #2D546A. Grayscale: #B4B4B4. Windows color (decimal): -2970731 or 9808850. OLE color: 9808850.
HSL color Cylindrical-coordinate representation of color #D2AB95: hue angle of 21.64º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AB95 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 149 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.18 |
| HSL | 21.64º | 0.4% | 0.7% | - |
| HSV(B) | 21.64º | 0.29% | 0.82% | - |
| XYZ | 46.57 | 45 | 34.66 | - |
| YUV | 180.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 149 | 0 | 0.19 | 0.29 | 0.18 | 21.64 | 0.4 | 0.7 |
| Hex | D2 | AB | 95 | 0 | 13 | 1D | 12 | 16 | 28 | 46 |
| Octal | 322 | 253 | 225 | 0 | 23 | 35 | 22 | 26 | 50 | 106 |
| Binary | 11010010 | 10101011 | 10010101 | 0 | 10011 | 11101 | 10010 | 10110 | 101000 | 1000110 |
Color Harmonies of #D2AB95
Complementary color
Monochromatic Colors of #D2AB95
Black with #D2AB95
Text Example
Text Example
White with #D2AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB95; }
p { color: rgb(210,171,149); }
H1.HeaderClassName
{
color: #D2AB95;
}
.AnyTagClassName
{
color: #D2AB95;
}
</style>
background-color css
<style>
a { background-color: #D2AB95; }
a { background-color: rgb(210,171,149); }
div.DivClassName
{
background-color: #D2AB95;
}
.BgClassName
{
background-color: #D2AB95;
}
</style>
border-color css
<style>
span { border-color: #D2AB95; }
span { border-color: rgb(210,171,149); }
td.TdClassName
{
border-color: #D2AB95;
}
.TagClassName
{
border-color: #D2AB95;
}
</style>