Shades of Cashmere #D4AB94
Tints of Cashmere #D4AB94
RGB
CMYK
RGB Variations
Color information
#D4AB94 (or 0xD4AB94) is known color: Cashmere. HEX triplet: D4, AB and 94. RGB value is (212,171,148). Sum of RGB (Red+Green+Blue) = 212+171+148=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB94 is #2B546B. Grayscale: #B4B4B4. Windows color (decimal): -2839660 or 9743316. OLE color: 9743316.
HSL color Cylindrical-coordinate representation of color #D4AB94: hue angle of 21.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4AB94 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 148 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.17 |
| HSL | 21.56º | 0.43% | 0.71% | - |
| HSV(B) | 21.56º | 0.3% | 0.83% | - |
| XYZ | 47.06 | 45.26 | 34.27 | - |
| YUV | 180.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 148 | 0 | 0.19 | 0.30 | 0.17 | 21.56 | 0.43 | 0.71 |
| Hex | D4 | AB | 94 | 0 | 13 | 1E | 11 | 16 | 2B | 47 |
| Octal | 324 | 253 | 224 | 0 | 23 | 36 | 21 | 26 | 53 | 107 |
| Binary | 11010100 | 10101011 | 10010100 | 0 | 10011 | 11110 | 10001 | 10110 | 101011 | 1000111 |
Color Harmonies of #D4AB94
Complementary color
Monochromatic Colors of #D4AB94
Black with #D4AB94
Text Example
Text Example
White with #D4AB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB94; }
p { color: rgb(212,171,148); }
H1.HeaderClassName
{
color: #D4AB94;
}
.AnyTagClassName
{
color: #D4AB94;
}
</style>
background-color css
<style>
a { background-color: #D4AB94; }
a { background-color: rgb(212,171,148); }
div.DivClassName
{
background-color: #D4AB94;
}
.BgClassName
{
background-color: #D4AB94;
}
</style>
border-color css
<style>
span { border-color: #D4AB94; }
span { border-color: rgb(212,171,148); }
td.TdClassName
{
border-color: #D4AB94;
}
.TagClassName
{
border-color: #D4AB94;
}
</style>