Shades of Cashmere #D1AB93
Tints of Cashmere #D1AB93
RGB
CMYK
RGB Variations
Color information
#D1AB93 (or 0xD1AB93) is known color: Cashmere. HEX triplet: D1, AB and 93. RGB value is (209,171,147). Sum of RGB (Red+Green+Blue) = 209+171+147=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB93 is #2E546C. Grayscale: #B3B3B3. Windows color (decimal): -3036269 or 9677777. OLE color: 9677777.
HSL color Cylindrical-coordinate representation of color #D1AB93: hue angle of 23.23º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1AB93 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 147 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.18 |
| HSL | 23.23º | 0.4% | 0.7% | - |
| HSV(B) | 23.23º | 0.3% | 0.82% | - |
| XYZ | 46.12 | 44.79 | 33.82 | - |
| YUV | 179.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 147 | 0 | 0.18 | 0.30 | 0.18 | 23.23 | 0.4 | 0.7 |
| Hex | D1 | AB | 93 | 0 | 12 | 1E | 12 | 17 | 28 | 46 |
| Octal | 321 | 253 | 223 | 0 | 22 | 36 | 22 | 27 | 50 | 106 |
| Binary | 11010001 | 10101011 | 10010011 | 0 | 10010 | 11110 | 10010 | 10111 | 101000 | 1000110 |
Color Harmonies of #D1AB93
Complementary color
Monochromatic Colors of #D1AB93
Black with #D1AB93
Text Example
Text Example
White with #D1AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB93; }
p { color: rgb(209,171,147); }
H1.HeaderClassName
{
color: #D1AB93;
}
.AnyTagClassName
{
color: #D1AB93;
}
</style>
background-color css
<style>
a { background-color: #D1AB93; }
a { background-color: rgb(209,171,147); }
div.DivClassName
{
background-color: #D1AB93;
}
.BgClassName
{
background-color: #D1AB93;
}
</style>
border-color css
<style>
span { border-color: #D1AB93; }
span { border-color: rgb(209,171,147); }
td.TdClassName
{
border-color: #D1AB93;
}
.TagClassName
{
border-color: #D1AB93;
}
</style>