Shades of Cashmere #D2B096
Tints of Cashmere #D2B096
RGB
CMYK
RGB Variations
Color information
#D2B096 (or 0xD2B096) is known color: Cashmere. HEX triplet: D2, B0 and 96. RGB value is (210,176,150). Sum of RGB (Red+Green+Blue) = 210+176+150=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B096 is #2D4F69. Grayscale: #B7B7B7. Windows color (decimal): -2969450 or 9875666. OLE color: 9875666.
HSL color Cylindrical-coordinate representation of color #D2B096: hue angle of 26º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B096 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 150 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.18 |
| HSL | 26º | 0.4% | 0.71% | - |
| HSV(B) | 26º | 0.29% | 0.82% | - |
| XYZ | 47.61 | 46.95 | 35.41 | - |
| YUV | 183.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 150 | 0 | 0.16 | 0.29 | 0.18 | 26 | 0.4 | 0.71 |
| Hex | D2 | B0 | 96 | 0 | 10 | 1D | 12 | 1A | 28 | 47 |
| Octal | 322 | 260 | 226 | 0 | 20 | 35 | 22 | 32 | 50 | 107 |
| Binary | 11010010 | 10110000 | 10010110 | 0 | 10000 | 11101 | 10010 | 11010 | 101000 | 1000111 |
Color Harmonies of #D2B096
Complementary color
Monochromatic Colors of #D2B096
Black with #D2B096
Text Example
Text Example
White with #D2B096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B096; }
p { color: rgb(210,176,150); }
H1.HeaderClassName
{
color: #D2B096;
}
.AnyTagClassName
{
color: #D2B096;
}
</style>
background-color css
<style>
a { background-color: #D2B096; }
a { background-color: rgb(210,176,150); }
div.DivClassName
{
background-color: #D2B096;
}
.BgClassName
{
background-color: #D2B096;
}
</style>
border-color css
<style>
span { border-color: #D2B096; }
span { border-color: rgb(210,176,150); }
td.TdClassName
{
border-color: #D2B096;
}
.TagClassName
{
border-color: #D2B096;
}
</style>