Shades of Cashmere #D0B3A0
Tints of Cashmere #D0B3A0
RGB
CMYK
RGB Variations
Color information
#D0B3A0 (or 0xD0B3A0) is known color: Cashmere. HEX triplet: D0, B3 and A0. RGB value is (208,179,160). Sum of RGB (Red+Green+Blue) = 208+179+160=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B3A0 is #2F4C5F. Grayscale: #B9B9B9. Windows color (decimal): -3099744 or 10531792. OLE color: 10531792.
HSL color Cylindrical-coordinate representation of color #D0B3A0: hue angle of 23.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0B3A0 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 160 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.18 |
| HSL | 23.75º | 0.34% | 0.72% | - |
| HSV(B) | 23.75º | 0.23% | 0.82% | - |
| XYZ | 48.48 | 48.19 | 40 | - |
| YUV | 185.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 160 | 0 | 0.14 | 0.23 | 0.18 | 23.75 | 0.34 | 0.72 |
| Hex | D0 | B3 | A0 | 0 | E | 17 | 12 | 18 | 22 | 48 |
| Octal | 320 | 263 | 240 | 0 | 16 | 27 | 22 | 30 | 42 | 110 |
| Binary | 11010000 | 10110011 | 10100000 | 0 | 1110 | 10111 | 10010 | 11000 | 100010 | 1001000 |
Color Harmonies of #D0B3A0
Complementary color
Monochromatic Colors of #D0B3A0
Black with #D0B3A0
Text Example
Text Example
White with #D0B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3A0; }
p { color: rgb(208,179,160); }
H1.HeaderClassName
{
color: #D0B3A0;
}
.AnyTagClassName
{
color: #D0B3A0;
}
</style>
background-color css
<style>
a { background-color: #D0B3A0; }
a { background-color: rgb(208,179,160); }
div.DivClassName
{
background-color: #D0B3A0;
}
.BgClassName
{
background-color: #D0B3A0;
}
</style>
border-color css
<style>
span { border-color: #D0B3A0; }
span { border-color: rgb(208,179,160); }
td.TdClassName
{
border-color: #D0B3A0;
}
.TagClassName
{
border-color: #D0B3A0;
}
</style>