Shades of Cashmere #D2B292
Tints of Cashmere #D2B292
RGB
CMYK
RGB Variations
Color information
#D2B292 (or 0xD2B292) is known color: Cashmere. HEX triplet: D2, B2 and 92. RGB value is (210,178,146). Sum of RGB (Red+Green+Blue) = 210+178+146=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B292 is #2D4D6D. Grayscale: #B8B8B8. Windows color (decimal): -2968942 or 9614034. OLE color: 9614034.
HSL color Cylindrical-coordinate representation of color #D2B292: hue angle of 30º degrees, saturation: 0.42, 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 #D2B292 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 146 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.18 |
| HSL | 30º | 0.42% | 0.7% | - |
| HSV(B) | 30º | 0.3% | 0.82% | - |
| XYZ | 47.69 | 47.62 | 33.87 | - |
| YUV | 183.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 146 | 0 | 0.15 | 0.30 | 0.18 | 30 | 0.42 | 0.7 |
| Hex | D2 | B2 | 92 | 0 | F | 1E | 12 | 1E | 2A | 46 |
| Octal | 322 | 262 | 222 | 0 | 17 | 36 | 22 | 36 | 52 | 106 |
| Binary | 11010010 | 10110010 | 10010010 | 0 | 1111 | 11110 | 10010 | 11110 | 101010 | 1000110 |
Color Harmonies of #D2B292
Complementary color
Monochromatic Colors of #D2B292
Black with #D2B292
Text Example
Text Example
White with #D2B292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B292; }
p { color: rgb(210,178,146); }
H1.HeaderClassName
{
color: #D2B292;
}
.AnyTagClassName
{
color: #D2B292;
}
</style>
background-color css
<style>
a { background-color: #D2B292; }
a { background-color: rgb(210,178,146); }
div.DivClassName
{
background-color: #D2B292;
}
.BgClassName
{
background-color: #D2B292;
}
</style>
border-color css
<style>
span { border-color: #D2B292; }
span { border-color: rgb(210,178,146); }
td.TdClassName
{
border-color: #D2B292;
}
.TagClassName
{
border-color: #D2B292;
}
</style>