Shades of Cashmere #D6AB8F
Tints of Cashmere #D6AB8F
RGB
CMYK
RGB Variations
Color information
#D6AB8F (or 0xD6AB8F) is known color: Cashmere. HEX triplet: D6, AB and 8F. RGB value is (214,171,143). Sum of RGB (Red+Green+Blue) = 214+171+143=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB8F is #295470. Grayscale: #B4B4B4. Windows color (decimal): -2708593 or 9415638. OLE color: 9415638.
HSL color Cylindrical-coordinate representation of color #D6AB8F: hue angle of 23.66º 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 #D6AB8F is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 143 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.16 |
| HSL | 23.66º | 0.46% | 0.7% | - |
| HSV(B) | 23.66º | 0.33% | 0.84% | - |
| XYZ | 47.25 | 45.41 | 32.26 | - |
| YUV | 180.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 143 | 0 | 0.20 | 0.33 | 0.16 | 23.66 | 0.46 | 0.7 |
| Hex | D6 | AB | 8F | 0 | 14 | 21 | 10 | 18 | 2E | 46 |
| Octal | 326 | 253 | 217 | 0 | 24 | 41 | 20 | 30 | 56 | 106 |
| Binary | 11010110 | 10101011 | 10001111 | 0 | 10100 | 100001 | 10000 | 11000 | 101110 | 1000110 |
Color Harmonies of #D6AB8F
Complementary color
Monochromatic Colors of #D6AB8F
Black with #D6AB8F
Text Example
Text Example
White with #D6AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB8F; }
p { color: rgb(214,171,143); }
H1.HeaderClassName
{
color: #D6AB8F;
}
.AnyTagClassName
{
color: #D6AB8F;
}
</style>
background-color css
<style>
a { background-color: #D6AB8F; }
a { background-color: rgb(214,171,143); }
div.DivClassName
{
background-color: #D6AB8F;
}
.BgClassName
{
background-color: #D6AB8F;
}
</style>
border-color css
<style>
span { border-color: #D6AB8F; }
span { border-color: rgb(214,171,143); }
td.TdClassName
{
border-color: #D6AB8F;
}
.TagClassName
{
border-color: #D6AB8F;
}
</style>