Shades of Cashmere #D2B295
Tints of Cashmere #D2B295
RGB
CMYK
RGB Variations
Color information
#D2B295 (or 0xD2B295) is known color: Cashmere. HEX triplet: D2, B2 and 95. RGB value is (210,178,149). Sum of RGB (Red+Green+Blue) = 210+178+149=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B295 is #2D4D6A. Grayscale: #B8B8B8. Windows color (decimal): -2968939 or 9810642. OLE color: 9810642.
HSL color Cylindrical-coordinate representation of color #D2B295: hue angle of 28.52º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B295 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 149 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.18 |
| HSL | 28.52º | 0.4% | 0.7% | - |
| HSV(B) | 28.52º | 0.29% | 0.82% | - |
| XYZ | 47.92 | 47.71 | 35.12 | - |
| YUV | 184.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 149 | 0 | 0.15 | 0.29 | 0.18 | 28.52 | 0.4 | 0.7 |
| Hex | D2 | B2 | 95 | 0 | F | 1D | 12 | 1D | 28 | 46 |
| Octal | 322 | 262 | 225 | 0 | 17 | 35 | 22 | 35 | 50 | 106 |
| Binary | 11010010 | 10110010 | 10010101 | 0 | 1111 | 11101 | 10010 | 11101 | 101000 | 1000110 |
Color Harmonies of #D2B295
Complementary color
Monochromatic Colors of #D2B295
Black with #D2B295
Text Example
Text Example
White with #D2B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B295; }
p { color: rgb(210,178,149); }
H1.HeaderClassName
{
color: #D2B295;
}
.AnyTagClassName
{
color: #D2B295;
}
</style>
background-color css
<style>
a { background-color: #D2B295; }
a { background-color: rgb(210,178,149); }
div.DivClassName
{
background-color: #D2B295;
}
.BgClassName
{
background-color: #D2B295;
}
</style>
border-color css
<style>
span { border-color: #D2B295; }
span { border-color: rgb(210,178,149); }
td.TdClassName
{
border-color: #D2B295;
}
.TagClassName
{
border-color: #D2B295;
}
</style>