Shades of Cashmere #D2B296
Tints of Cashmere #D2B296
RGB
CMYK
RGB Variations
Color information
#D2B296 (or 0xD2B296) is known color: Cashmere. HEX triplet: D2, B2 and 96. RGB value is (210,178,150). Sum of RGB (Red+Green+Blue) = 210+178+150=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B296 is #2D4D69. Grayscale: #B8B8B8. Windows color (decimal): -2968938 or 9876178. OLE color: 9876178.
HSL color Cylindrical-coordinate representation of color #D2B296: hue angle of 28º 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 #D2B296 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 150 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.18 |
| HSL | 28º | 0.4% | 0.71% | - |
| HSV(B) | 28º | 0.29% | 0.82% | - |
| XYZ | 48 | 47.74 | 35.54 | - |
| YUV | 184.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 150 | 0 | 0.15 | 0.29 | 0.18 | 28 | 0.4 | 0.71 |
| Hex | D2 | B2 | 96 | 0 | F | 1D | 12 | 1C | 28 | 47 |
| Octal | 322 | 262 | 226 | 0 | 17 | 35 | 22 | 34 | 50 | 107 |
| Binary | 11010010 | 10110010 | 10010110 | 0 | 1111 | 11101 | 10010 | 11100 | 101000 | 1000111 |
Color Harmonies of #D2B296
Complementary color
Monochromatic Colors of #D2B296
Black with #D2B296
Text Example
Text Example
White with #D2B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B296; }
p { color: rgb(210,178,150); }
H1.HeaderClassName
{
color: #D2B296;
}
.AnyTagClassName
{
color: #D2B296;
}
</style>
background-color css
<style>
a { background-color: #D2B296; }
a { background-color: rgb(210,178,150); }
div.DivClassName
{
background-color: #D2B296;
}
.BgClassName
{
background-color: #D2B296;
}
</style>
border-color css
<style>
span { border-color: #D2B296; }
span { border-color: rgb(210,178,150); }
td.TdClassName
{
border-color: #D2B296;
}
.TagClassName
{
border-color: #D2B296;
}
</style>