Shades of Cashmere #D6B095
Tints of Cashmere #D6B095
RGB
CMYK
RGB Variations
Color information
#D6B095 (or 0xD6B095) is known color: Cashmere. HEX triplet: D6, B0 and 95. RGB value is (214,176,149). Sum of RGB (Red+Green+Blue) = 214+176+149=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B095 is #294F6A. Grayscale: #B8B8B8. Windows color (decimal): -2707307 or 9810134. OLE color: 9810134.
HSL color Cylindrical-coordinate representation of color #D6B095: hue angle of 24.92º 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 #D6B095 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 149 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.16 |
| HSL | 24.92º | 0.44% | 0.71% | - |
| HSV(B) | 24.92º | 0.3% | 0.84% | - |
| XYZ | 48.68 | 47.52 | 35.04 | - |
| YUV | 184.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 149 | 0 | 0.18 | 0.30 | 0.16 | 24.92 | 0.44 | 0.71 |
| Hex | D6 | B0 | 95 | 0 | 12 | 1E | 10 | 19 | 2C | 47 |
| Octal | 326 | 260 | 225 | 0 | 22 | 36 | 20 | 31 | 54 | 107 |
| Binary | 11010110 | 10110000 | 10010101 | 0 | 10010 | 11110 | 10000 | 11001 | 101100 | 1000111 |
Color Harmonies of #D6B095
Complementary color
Monochromatic Colors of #D6B095
Black with #D6B095
Text Example
Text Example
White with #D6B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B095; }
p { color: rgb(214,176,149); }
H1.HeaderClassName
{
color: #D6B095;
}
.AnyTagClassName
{
color: #D6B095;
}
</style>
background-color css
<style>
a { background-color: #D6B095; }
a { background-color: rgb(214,176,149); }
div.DivClassName
{
background-color: #D6B095;
}
.BgClassName
{
background-color: #D6B095;
}
</style>
border-color css
<style>
span { border-color: #D6B095; }
span { border-color: rgb(214,176,149); }
td.TdClassName
{
border-color: #D6B095;
}
.TagClassName
{
border-color: #D6B095;
}
</style>