Shades of Cashmere #D6AB90
Tints of Cashmere #D6AB90
RGB
CMYK
RGB Variations
Color information
#D6AB90 (or 0xD6AB90) is known color: Cashmere. HEX triplet: D6, AB and 90. RGB value is (214,171,144). Sum of RGB (Red+Green+Blue) = 214+171+144=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB90 is #29546F. Grayscale: #B4B4B4. Windows color (decimal): -2708592 or 9481174. OLE color: 9481174.
HSL color Cylindrical-coordinate representation of color #D6AB90: hue angle of 23.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6AB90 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 144 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.16 |
| HSL | 23.14º | 0.46% | 0.7% | - |
| HSV(B) | 23.14º | 0.33% | 0.84% | - |
| XYZ | 47.33 | 45.44 | 32.66 | - |
| YUV | 180.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 144 | 0 | 0.20 | 0.33 | 0.16 | 23.14 | 0.46 | 0.7 |
| Hex | D6 | AB | 90 | 0 | 14 | 21 | 10 | 17 | 2E | 46 |
| Octal | 326 | 253 | 220 | 0 | 24 | 41 | 20 | 27 | 56 | 106 |
| Binary | 11010110 | 10101011 | 10010000 | 0 | 10100 | 100001 | 10000 | 10111 | 101110 | 1000110 |
Color Harmonies of #D6AB90
Complementary color
Monochromatic Colors of #D6AB90
Black with #D6AB90
Text Example
Text Example
White with #D6AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB90; }
p { color: rgb(214,171,144); }
H1.HeaderClassName
{
color: #D6AB90;
}
.AnyTagClassName
{
color: #D6AB90;
}
</style>
background-color css
<style>
a { background-color: #D6AB90; }
a { background-color: rgb(214,171,144); }
div.DivClassName
{
background-color: #D6AB90;
}
.BgClassName
{
background-color: #D6AB90;
}
</style>
border-color css
<style>
span { border-color: #D6AB90; }
span { border-color: rgb(214,171,144); }
td.TdClassName
{
border-color: #D6AB90;
}
.TagClassName
{
border-color: #D6AB90;
}
</style>