Shades of Cashmere #D5AB90
Tints of Cashmere #D5AB90
RGB
CMYK
RGB Variations
Color information
#D5AB90 (or 0xD5AB90) is known color: Cashmere. HEX triplet: D5, AB and 90. RGB value is (213,171,144). Sum of RGB (Red+Green+Blue) = 213+171+144=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB90 is #2A546F. Grayscale: #B4B4B4. Windows color (decimal): -2774128 or 9481173. OLE color: 9481173.
HSL color Cylindrical-coordinate representation of color #D5AB90: hue angle of 23.48º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5AB90 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 144 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.16 |
| HSL | 23.48º | 0.45% | 0.7% | - |
| HSV(B) | 23.48º | 0.32% | 0.84% | - |
| XYZ | 47.04 | 45.29 | 32.65 | - |
| YUV | 180.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 144 | 0 | 0.20 | 0.32 | 0.16 | 23.48 | 0.45 | 0.7 |
| Hex | D5 | AB | 90 | 0 | 14 | 20 | 10 | 17 | 2D | 46 |
| Octal | 325 | 253 | 220 | 0 | 24 | 40 | 20 | 27 | 55 | 106 |
| Binary | 11010101 | 10101011 | 10010000 | 0 | 10100 | 100000 | 10000 | 10111 | 101101 | 1000110 |
Color Harmonies of #D5AB90
Complementary color
Monochromatic Colors of #D5AB90
Black with #D5AB90
Text Example
Text Example
White with #D5AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB90; }
p { color: rgb(213,171,144); }
H1.HeaderClassName
{
color: #D5AB90;
}
.AnyTagClassName
{
color: #D5AB90;
}
</style>
background-color css
<style>
a { background-color: #D5AB90; }
a { background-color: rgb(213,171,144); }
div.DivClassName
{
background-color: #D5AB90;
}
.BgClassName
{
background-color: #D5AB90;
}
</style>
border-color css
<style>
span { border-color: #D5AB90; }
span { border-color: rgb(213,171,144); }
td.TdClassName
{
border-color: #D5AB90;
}
.TagClassName
{
border-color: #D5AB90;
}
</style>