Shades of Cashmere #D4B196
Tints of Cashmere #D4B196
RGB
CMYK
RGB Variations
Color information
#D4B196 (or 0xD4B196) is known color: Cashmere. HEX triplet: D4, B1 and 96. RGB value is (212,177,150). Sum of RGB (Red+Green+Blue) = 212+177+150=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B196 is #2B4E69. Grayscale: #B8B8B8. Windows color (decimal): -2838122 or 9875924. OLE color: 9875924.
HSL color Cylindrical-coordinate representation of color #D4B196: hue angle of 26.13º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B196 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 150 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.17 |
| HSL | 26.13º | 0.42% | 0.71% | - |
| HSV(B) | 26.13º | 0.29% | 0.83% | - |
| XYZ | 48.38 | 47.64 | 35.5 | - |
| YUV | 184.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 150 | 0 | 0.17 | 0.29 | 0.17 | 26.13 | 0.42 | 0.71 |
| Hex | D4 | B1 | 96 | 0 | 11 | 1D | 11 | 1A | 2A | 47 |
| Octal | 324 | 261 | 226 | 0 | 21 | 35 | 21 | 32 | 52 | 107 |
| Binary | 11010100 | 10110001 | 10010110 | 0 | 10001 | 11101 | 10001 | 11010 | 101010 | 1000111 |
Color Harmonies of #D4B196
Complementary color
Monochromatic Colors of #D4B196
Black with #D4B196
Text Example
Text Example
White with #D4B196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B196; }
p { color: rgb(212,177,150); }
H1.HeaderClassName
{
color: #D4B196;
}
.AnyTagClassName
{
color: #D4B196;
}
</style>
background-color css
<style>
a { background-color: #D4B196; }
a { background-color: rgb(212,177,150); }
div.DivClassName
{
background-color: #D4B196;
}
.BgClassName
{
background-color: #D4B196;
}
</style>
border-color css
<style>
span { border-color: #D4B196; }
span { border-color: rgb(212,177,150); }
td.TdClassName
{
border-color: #D4B196;
}
.TagClassName
{
border-color: #D4B196;
}
</style>