Shades of Cashmere #D0AB94
Tints of Cashmere #D0AB94
RGB
CMYK
RGB Variations
Color information
#D0AB94 (or 0xD0AB94) is known color: Cashmere. HEX triplet: D0, AB and 94. RGB value is (208,171,148). Sum of RGB (Red+Green+Blue) = 208+171+148=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB94 is #2F546B. Grayscale: #B3B3B3. Windows color (decimal): -3101804 or 9743312. OLE color: 9743312.
HSL color Cylindrical-coordinate representation of color #D0AB94: hue angle of 23º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0AB94 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 148 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.18 |
| HSL | 23º | 0.39% | 0.7% | - |
| HSV(B) | 23º | 0.29% | 0.82% | - |
| XYZ | 45.92 | 44.67 | 34.22 | - |
| YUV | 179.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 148 | 0 | 0.18 | 0.29 | 0.18 | 23 | 0.39 | 0.7 |
| Hex | D0 | AB | 94 | 0 | 12 | 1D | 12 | 17 | 27 | 46 |
| Octal | 320 | 253 | 224 | 0 | 22 | 35 | 22 | 27 | 47 | 106 |
| Binary | 11010000 | 10101011 | 10010100 | 0 | 10010 | 11101 | 10010 | 10111 | 100111 | 1000110 |
Color Harmonies of #D0AB94
Complementary color
Monochromatic Colors of #D0AB94
Black with #D0AB94
Text Example
Text Example
White with #D0AB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB94; }
p { color: rgb(208,171,148); }
H1.HeaderClassName
{
color: #D0AB94;
}
.AnyTagClassName
{
color: #D0AB94;
}
</style>
background-color css
<style>
a { background-color: #D0AB94; }
a { background-color: rgb(208,171,148); }
div.DivClassName
{
background-color: #D0AB94;
}
.BgClassName
{
background-color: #D0AB94;
}
</style>
border-color css
<style>
span { border-color: #D0AB94; }
span { border-color: rgb(208,171,148); }
td.TdClassName
{
border-color: #D0AB94;
}
.TagClassName
{
border-color: #D0AB94;
}
</style>