Shades of Cashmere #D6B3A0
Tints of Cashmere #D6B3A0
RGB
CMYK
RGB Variations
Color information
#D6B3A0 (or 0xD6B3A0) is known color: Cashmere. HEX triplet: D6, B3 and A0. RGB value is (214,179,160). Sum of RGB (Red+Green+Blue) = 214+179+160=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B3A0 is #294C5F. Grayscale: #BBBBBB. Windows color (decimal): -2706528 or 10531798. OLE color: 10531798.
HSL color Cylindrical-coordinate representation of color #D6B3A0: hue angle of 21.11º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6B3A0 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 160 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.16 |
| HSL | 21.11º | 0.4% | 0.73% | - |
| HSV(B) | 21.11º | 0.25% | 0.84% | - |
| XYZ | 50.2 | 49.07 | 40.08 | - |
| YUV | 187.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 160 | 0 | 0.16 | 0.25 | 0.16 | 21.11 | 0.4 | 0.73 |
| Hex | D6 | B3 | A0 | 0 | 10 | 19 | 10 | 15 | 28 | 49 |
| Octal | 326 | 263 | 240 | 0 | 20 | 31 | 20 | 25 | 50 | 111 |
| Binary | 11010110 | 10110011 | 10100000 | 0 | 10000 | 11001 | 10000 | 10101 | 101000 | 1001001 |
Color Harmonies of #D6B3A0
Complementary color
Monochromatic Colors of #D6B3A0
Black with #D6B3A0
Text Example
Text Example
White with #D6B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3A0; }
p { color: rgb(214,179,160); }
H1.HeaderClassName
{
color: #D6B3A0;
}
.AnyTagClassName
{
color: #D6B3A0;
}
</style>
background-color css
<style>
a { background-color: #D6B3A0; }
a { background-color: rgb(214,179,160); }
div.DivClassName
{
background-color: #D6B3A0;
}
.BgClassName
{
background-color: #D6B3A0;
}
</style>
border-color css
<style>
span { border-color: #D6B3A0; }
span { border-color: rgb(214,179,160); }
td.TdClassName
{
border-color: #D6B3A0;
}
.TagClassName
{
border-color: #D6B3A0;
}
</style>