Shades of Cashmere #D2B294
Tints of Cashmere #D2B294
RGB
CMYK
RGB Variations
Color information
#D2B294 (or 0xD2B294) is known color: Cashmere. HEX triplet: D2, B2 and 94. RGB value is (210,178,148). Sum of RGB (Red+Green+Blue) = 210+178+148=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B294 is #2D4D6B. Grayscale: #B8B8B8. Windows color (decimal): -2968940 or 9745106. OLE color: 9745106.
HSL color Cylindrical-coordinate representation of color #D2B294: hue angle of 29.03º degrees, saturation: 0.41, 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 #D2B294 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 148 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.18 |
| HSL | 29.03º | 0.41% | 0.7% | - |
| HSV(B) | 29.03º | 0.3% | 0.82% | - |
| XYZ | 47.84 | 47.68 | 34.7 | - |
| YUV | 184.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 148 | 0 | 0.15 | 0.30 | 0.18 | 29.03 | 0.41 | 0.7 |
| Hex | D2 | B2 | 94 | 0 | F | 1E | 12 | 1D | 29 | 46 |
| Octal | 322 | 262 | 224 | 0 | 17 | 36 | 22 | 35 | 51 | 106 |
| Binary | 11010010 | 10110010 | 10010100 | 0 | 1111 | 11110 | 10010 | 11101 | 101001 | 1000110 |
Color Harmonies of #D2B294
Complementary color
Monochromatic Colors of #D2B294
Black with #D2B294
Text Example
Text Example
White with #D2B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B294; }
p { color: rgb(210,178,148); }
H1.HeaderClassName
{
color: #D2B294;
}
.AnyTagClassName
{
color: #D2B294;
}
</style>
background-color css
<style>
a { background-color: #D2B294; }
a { background-color: rgb(210,178,148); }
div.DivClassName
{
background-color: #D2B294;
}
.BgClassName
{
background-color: #D2B294;
}
</style>
border-color css
<style>
span { border-color: #D2B294; }
span { border-color: rgb(210,178,148); }
td.TdClassName
{
border-color: #D2B294;
}
.TagClassName
{
border-color: #D2B294;
}
</style>