Shades of Cashmere #D7BBA0
Tints of Cashmere #D7BBA0
RGB
CMYK
RGB Variations
Color information
#D7BBA0 (or 0xD7BBA0) is known color: Cashmere. HEX triplet: D7, BB and A0. RGB value is (215,187,160). Sum of RGB (Red+Green+Blue) = 215+187+160=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBA0 is #28445F. Grayscale: #C0C0C0. Windows color (decimal): -2638944 or 10533847. OLE color: 10533847.
HSL color Cylindrical-coordinate representation of color #D7BBA0: hue angle of 29.45º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7BBA0 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 160 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.16 |
| HSL | 29.45º | 0.41% | 0.74% | - |
| HSV(B) | 29.45º | 0.26% | 0.84% | - |
| XYZ | 52.14 | 52.53 | 40.65 | - |
| YUV | 192.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 160 | 0 | 0.13 | 0.26 | 0.16 | 29.45 | 0.41 | 0.74 |
| Hex | D7 | BB | A0 | 0 | D | 1A | 10 | 1D | 29 | 4A |
| Octal | 327 | 273 | 240 | 0 | 15 | 32 | 20 | 35 | 51 | 112 |
| Binary | 11010111 | 10111011 | 10100000 | 0 | 1101 | 11010 | 10000 | 11101 | 101001 | 1001010 |
Color Harmonies of #D7BBA0
Complementary color
Monochromatic Colors of #D7BBA0
Black with #D7BBA0
Text Example
Text Example
White with #D7BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBA0; }
p { color: rgb(215,187,160); }
H1.HeaderClassName
{
color: #D7BBA0;
}
.AnyTagClassName
{
color: #D7BBA0;
}
</style>
background-color css
<style>
a { background-color: #D7BBA0; }
a { background-color: rgb(215,187,160); }
div.DivClassName
{
background-color: #D7BBA0;
}
.BgClassName
{
background-color: #D7BBA0;
}
</style>
border-color css
<style>
span { border-color: #D7BBA0; }
span { border-color: rgb(215,187,160); }
td.TdClassName
{
border-color: #D7BBA0;
}
.TagClassName
{
border-color: #D7BBA0;
}
</style>