Shades of Cashmere #D1B193
Tints of Cashmere #D1B193
RGB
CMYK
RGB Variations
Color information
#D1B193 (or 0xD1B193) is known color: Cashmere. HEX triplet: D1, B1 and 93. RGB value is (209,177,147). Sum of RGB (Red+Green+Blue) = 209+177+147=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B193 is #2E4E6C. Grayscale: #B7B7B7. Windows color (decimal): -3034733 or 9679313. OLE color: 9679313.
HSL color Cylindrical-coordinate representation of color #D1B193: hue angle of 29.03º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1B193 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 147 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.18 |
| HSL | 29.03º | 0.4% | 0.7% | - |
| HSV(B) | 29.03º | 0.3% | 0.82% | - |
| XYZ | 47.28 | 47.11 | 34.2 | - |
| YUV | 183.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 147 | 0 | 0.15 | 0.30 | 0.18 | 29.03 | 0.4 | 0.7 |
| Hex | D1 | B1 | 93 | 0 | F | 1E | 12 | 1D | 28 | 46 |
| Octal | 321 | 261 | 223 | 0 | 17 | 36 | 22 | 35 | 50 | 106 |
| Binary | 11010001 | 10110001 | 10010011 | 0 | 1111 | 11110 | 10010 | 11101 | 101000 | 1000110 |
Color Harmonies of #D1B193
Complementary color
Monochromatic Colors of #D1B193
Black with #D1B193
Text Example
Text Example
White with #D1B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B193; }
p { color: rgb(209,177,147); }
H1.HeaderClassName
{
color: #D1B193;
}
.AnyTagClassName
{
color: #D1B193;
}
</style>
background-color css
<style>
a { background-color: #D1B193; }
a { background-color: rgb(209,177,147); }
div.DivClassName
{
background-color: #D1B193;
}
.BgClassName
{
background-color: #D1B193;
}
</style>
border-color css
<style>
span { border-color: #D1B193; }
span { border-color: rgb(209,177,147); }
td.TdClassName
{
border-color: #D1B193;
}
.TagClassName
{
border-color: #D1B193;
}
</style>