Shades of Cashmere #D6B4A0
Tints of Cashmere #D6B4A0
RGB
CMYK
RGB Variations
Color information
#D6B4A0 (or 0xD6B4A0) is known color: Cashmere. HEX triplet: D6, B4 and A0. RGB value is (214,180,160). Sum of RGB (Red+Green+Blue) = 214+180+160=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B4A0 is #294B5F. Grayscale: #BBBBBB. Windows color (decimal): -2706272 or 10532054. OLE color: 10532054.
HSL color Cylindrical-coordinate representation of color #D6B4A0: hue angle of 22.22º 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 #D6B4A0 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 160 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.16 |
| HSL | 22.22º | 0.4% | 0.73% | - |
| HSV(B) | 22.22º | 0.25% | 0.84% | - |
| XYZ | 50.4 | 49.48 | 40.15 | - |
| YUV | 187.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 160 | 0 | 0.16 | 0.25 | 0.16 | 22.22 | 0.4 | 0.73 |
| Hex | D6 | B4 | A0 | 0 | 10 | 19 | 10 | 16 | 28 | 49 |
| Octal | 326 | 264 | 240 | 0 | 20 | 31 | 20 | 26 | 50 | 111 |
| Binary | 11010110 | 10110100 | 10100000 | 0 | 10000 | 11001 | 10000 | 10110 | 101000 | 1001001 |
Color Harmonies of #D6B4A0
Complementary color
Monochromatic Colors of #D6B4A0
Black with #D6B4A0
Text Example
Text Example
White with #D6B4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B4A0; }
p { color: rgb(214,180,160); }
H1.HeaderClassName
{
color: #D6B4A0;
}
.AnyTagClassName
{
color: #D6B4A0;
}
</style>
background-color css
<style>
a { background-color: #D6B4A0; }
a { background-color: rgb(214,180,160); }
div.DivClassName
{
background-color: #D6B4A0;
}
.BgClassName
{
background-color: #D6B4A0;
}
</style>
border-color css
<style>
span { border-color: #D6B4A0; }
span { border-color: rgb(214,180,160); }
td.TdClassName
{
border-color: #D6B4A0;
}
.TagClassName
{
border-color: #D6B4A0;
}
</style>