Shades of Cashmere #D7B092
Tints of Cashmere #D7B092
RGB
CMYK
RGB Variations
Color information
#D7B092 (or 0xD7B092) is known color: Cashmere. HEX triplet: D7, B0 and 92. RGB value is (215,176,146). Sum of RGB (Red+Green+Blue) = 215+176+146=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B092 is #284F6D. Grayscale: #B8B8B8. Windows color (decimal): -2641774 or 9613527. OLE color: 9613527.
HSL color Cylindrical-coordinate representation of color #D7B092: hue angle of 26.09º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7B092 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 146 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.16 |
| HSL | 26.09º | 0.46% | 0.71% | - |
| HSV(B) | 26.09º | 0.32% | 0.84% | - |
| XYZ | 48.74 | 47.57 | 33.81 | - |
| YUV | 184.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 146 | 0 | 0.18 | 0.32 | 0.16 | 26.09 | 0.46 | 0.71 |
| Hex | D7 | B0 | 92 | 0 | 12 | 20 | 10 | 1A | 2E | 47 |
| Octal | 327 | 260 | 222 | 0 | 22 | 40 | 20 | 32 | 56 | 107 |
| Binary | 11010111 | 10110000 | 10010010 | 0 | 10010 | 100000 | 10000 | 11010 | 101110 | 1000111 |
Color Harmonies of #D7B092
Complementary color
Monochromatic Colors of #D7B092
Black with #D7B092
Text Example
Text Example
White with #D7B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B092; }
p { color: rgb(215,176,146); }
H1.HeaderClassName
{
color: #D7B092;
}
.AnyTagClassName
{
color: #D7B092;
}
</style>
background-color css
<style>
a { background-color: #D7B092; }
a { background-color: rgb(215,176,146); }
div.DivClassName
{
background-color: #D7B092;
}
.BgClassName
{
background-color: #D7B092;
}
</style>
border-color css
<style>
span { border-color: #D7B092; }
span { border-color: rgb(215,176,146); }
td.TdClassName
{
border-color: #D7B092;
}
.TagClassName
{
border-color: #D7B092;
}
</style>