Shades of Cashmere #D5B095
Tints of Cashmere #D5B095
RGB
CMYK
RGB Variations
Color information
#D5B095 (or 0xD5B095) is known color: Cashmere. HEX triplet: D5, B0 and 95. RGB value is (213,176,149). Sum of RGB (Red+Green+Blue) = 213+176+149=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B095 is #2A4F6A. Grayscale: #B8B8B8. Windows color (decimal): -2772843 or 9810133. OLE color: 9810133.
HSL color Cylindrical-coordinate representation of color #D5B095: hue angle of 25.31º degrees, saturation: 0.43, 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 #D5B095 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 149 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.16 |
| HSL | 25.31º | 0.43% | 0.71% | - |
| HSV(B) | 25.31º | 0.3% | 0.84% | - |
| XYZ | 48.39 | 47.37 | 35.03 | - |
| YUV | 183.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 149 | 0 | 0.17 | 0.30 | 0.16 | 25.31 | 0.43 | 0.71 |
| Hex | D5 | B0 | 95 | 0 | 11 | 1E | 10 | 19 | 2B | 47 |
| Octal | 325 | 260 | 225 | 0 | 21 | 36 | 20 | 31 | 53 | 107 |
| Binary | 11010101 | 10110000 | 10010101 | 0 | 10001 | 11110 | 10000 | 11001 | 101011 | 1000111 |
Color Harmonies of #D5B095
Complementary color
Monochromatic Colors of #D5B095
Black with #D5B095
Text Example
Text Example
White with #D5B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B095; }
p { color: rgb(213,176,149); }
H1.HeaderClassName
{
color: #D5B095;
}
.AnyTagClassName
{
color: #D5B095;
}
</style>
background-color css
<style>
a { background-color: #D5B095; }
a { background-color: rgb(213,176,149); }
div.DivClassName
{
background-color: #D5B095;
}
.BgClassName
{
background-color: #D5B095;
}
</style>
border-color css
<style>
span { border-color: #D5B095; }
span { border-color: rgb(213,176,149); }
td.TdClassName
{
border-color: #D5B095;
}
.TagClassName
{
border-color: #D5B095;
}
</style>