Shades of Cashmere #D6AC95
Tints of Cashmere #D6AC95
RGB
CMYK
RGB Variations
Color information
#D6AC95 (or 0xD6AC95) is known color: Cashmere. HEX triplet: D6, AC and 95. RGB value is (214,172,149). Sum of RGB (Red+Green+Blue) = 214+172+149=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC95 is #29536A. Grayscale: #B6B6B6. Windows color (decimal): -2708331 or 9809110. OLE color: 9809110.
HSL color Cylindrical-coordinate representation of color #D6AC95: hue angle of 21.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6AC95 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 149 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.16 |
| HSL | 21.23º | 0.44% | 0.71% | - |
| HSV(B) | 21.23º | 0.3% | 0.84% | - |
| XYZ | 47.91 | 45.97 | 34.78 | - |
| YUV | 181.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 149 | 0 | 0.20 | 0.30 | 0.16 | 21.23 | 0.44 | 0.71 |
| Hex | D6 | AC | 95 | 0 | 14 | 1E | 10 | 15 | 2C | 47 |
| Octal | 326 | 254 | 225 | 0 | 24 | 36 | 20 | 25 | 54 | 107 |
| Binary | 11010110 | 10101100 | 10010101 | 0 | 10100 | 11110 | 10000 | 10101 | 101100 | 1000111 |
Color Harmonies of #D6AC95
Complementary color
Monochromatic Colors of #D6AC95
Black with #D6AC95
Text Example
Text Example
White with #D6AC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC95; }
p { color: rgb(214,172,149); }
H1.HeaderClassName
{
color: #D6AC95;
}
.AnyTagClassName
{
color: #D6AC95;
}
</style>
background-color css
<style>
a { background-color: #D6AC95; }
a { background-color: rgb(214,172,149); }
div.DivClassName
{
background-color: #D6AC95;
}
.BgClassName
{
background-color: #D6AC95;
}
</style>
border-color css
<style>
span { border-color: #D6AC95; }
span { border-color: rgb(214,172,149); }
td.TdClassName
{
border-color: #D6AC95;
}
.TagClassName
{
border-color: #D6AC95;
}
</style>