Shades of Cashmere #D4AB92
Tints of Cashmere #D4AB92
RGB
CMYK
RGB Variations
Color information
#D4AB92 (or 0xD4AB92) is known color: Cashmere. HEX triplet: D4, AB and 92. RGB value is (212,171,146). Sum of RGB (Red+Green+Blue) = 212+171+146=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB92 is #2B546D. Grayscale: #B4B4B4. Windows color (decimal): -2839662 or 9612244. OLE color: 9612244.
HSL color Cylindrical-coordinate representation of color #D4AB92: hue angle of 22.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AB92 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 146 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.17 |
| HSL | 22.73º | 0.43% | 0.7% | - |
| HSV(B) | 22.73º | 0.31% | 0.83% | - |
| XYZ | 46.9 | 45.2 | 33.45 | - |
| YUV | 180.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 146 | 0 | 0.19 | 0.31 | 0.17 | 22.73 | 0.43 | 0.7 |
| Hex | D4 | AB | 92 | 0 | 13 | 1F | 11 | 17 | 2B | 46 |
| Octal | 324 | 253 | 222 | 0 | 23 | 37 | 21 | 27 | 53 | 106 |
| Binary | 11010100 | 10101011 | 10010010 | 0 | 10011 | 11111 | 10001 | 10111 | 101011 | 1000110 |
Color Harmonies of #D4AB92
Complementary color
Monochromatic Colors of #D4AB92
Black with #D4AB92
Text Example
Text Example
White with #D4AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB92; }
p { color: rgb(212,171,146); }
H1.HeaderClassName
{
color: #D4AB92;
}
.AnyTagClassName
{
color: #D4AB92;
}
</style>
background-color css
<style>
a { background-color: #D4AB92; }
a { background-color: rgb(212,171,146); }
div.DivClassName
{
background-color: #D4AB92;
}
.BgClassName
{
background-color: #D4AB92;
}
</style>
border-color css
<style>
span { border-color: #D4AB92; }
span { border-color: rgb(212,171,146); }
td.TdClassName
{
border-color: #D4AB92;
}
.TagClassName
{
border-color: #D4AB92;
}
</style>