Shades of Cashmere #D8B295
Tints of Cashmere #D8B295
RGB
CMYK
RGB Variations
Color information
#D8B295 (or 0xD8B295) is known color: Cashmere. HEX triplet: D8, B2 and 95. RGB value is (216,178,149). Sum of RGB (Red+Green+Blue) = 216+178+149=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B295 is #274D6A. Grayscale: #BABABA. Windows color (decimal): -2575723 or 9810648. OLE color: 9810648.
HSL color Cylindrical-coordinate representation of color #D8B295: hue angle of 25.97º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8B295 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 149 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.15 |
| HSL | 25.97º | 0.46% | 0.72% | - |
| HSV(B) | 25.97º | 0.31% | 0.85% | - |
| XYZ | 49.66 | 48.61 | 35.2 | - |
| YUV | 186.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 149 | 0 | 0.18 | 0.31 | 0.15 | 25.97 | 0.46 | 0.72 |
| Hex | D8 | B2 | 95 | 0 | 12 | 1F | F | 1A | 2E | 48 |
| Octal | 330 | 262 | 225 | 0 | 22 | 37 | 17 | 32 | 56 | 110 |
| Binary | 11011000 | 10110010 | 10010101 | 0 | 10010 | 11111 | 1111 | 11010 | 101110 | 1001000 |
Color Harmonies of #D8B295
Complementary color
Monochromatic Colors of #D8B295
Black with #D8B295
Text Example
Text Example
White with #D8B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B295; }
p { color: rgb(216,178,149); }
H1.HeaderClassName
{
color: #D8B295;
}
.AnyTagClassName
{
color: #D8B295;
}
</style>
background-color css
<style>
a { background-color: #D8B295; }
a { background-color: rgb(216,178,149); }
div.DivClassName
{
background-color: #D8B295;
}
.BgClassName
{
background-color: #D8B295;
}
</style>
border-color css
<style>
span { border-color: #D8B295; }
span { border-color: rgb(216,178,149); }
td.TdClassName
{
border-color: #D8B295;
}
.TagClassName
{
border-color: #D8B295;
}
</style>