Shades of Cashmere #D1AB91
Tints of Cashmere #D1AB91
RGB
CMYK
RGB Variations
Color information
#D1AB91 (or 0xD1AB91) is known color: Cashmere. HEX triplet: D1, AB and 91. RGB value is (209,171,145). Sum of RGB (Red+Green+Blue) = 209+171+145=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB91 is #2E546E. Grayscale: #B3B3B3. Windows color (decimal): -3036271 or 9546705. OLE color: 9546705.
HSL color Cylindrical-coordinate representation of color #D1AB91: hue angle of 24.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AB91 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 145 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.18 |
| HSL | 24.38º | 0.41% | 0.69% | - |
| HSV(B) | 24.38º | 0.31% | 0.82% | - |
| XYZ | 45.97 | 44.73 | 33 | - |
| YUV | 179.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 145 | 0 | 0.18 | 0.31 | 0.18 | 24.38 | 0.41 | 0.69 |
| Hex | D1 | AB | 91 | 0 | 12 | 1F | 12 | 18 | 29 | 45 |
| Octal | 321 | 253 | 221 | 0 | 22 | 37 | 22 | 30 | 51 | 105 |
| Binary | 11010001 | 10101011 | 10010001 | 0 | 10010 | 11111 | 10010 | 11000 | 101001 | 1000101 |
Color Harmonies of #D1AB91
Complementary color
Monochromatic Colors of #D1AB91
Black with #D1AB91
Text Example
Text Example
White with #D1AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB91; }
p { color: rgb(209,171,145); }
H1.HeaderClassName
{
color: #D1AB91;
}
.AnyTagClassName
{
color: #D1AB91;
}
</style>
background-color css
<style>
a { background-color: #D1AB91; }
a { background-color: rgb(209,171,145); }
div.DivClassName
{
background-color: #D1AB91;
}
.BgClassName
{
background-color: #D1AB91;
}
</style>
border-color css
<style>
span { border-color: #D1AB91; }
span { border-color: rgb(209,171,145); }
td.TdClassName
{
border-color: #D1AB91;
}
.TagClassName
{
border-color: #D1AB91;
}
</style>