Shades of Rose #D6A696
Tints of Rose #D6A696
RGB
CMYK
RGB Variations
Color information
#D6A696 (or 0xD6A696) is known color: Rose. HEX triplet: D6, A6 and 96. RGB value is (214,166,150). Sum of RGB (Red+Green+Blue) = 214+166+150=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A696 is #295969. Grayscale: #B2B2B2. Windows color (decimal): -2709866 or 9873110. OLE color: 9873110.
HSL color Cylindrical-coordinate representation of color #D6A696: hue angle of 15º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6A696 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 150 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.16 |
| HSL | 15º | 0.44% | 0.71% | - |
| HSV(B) | 15º | 0.3% | 0.84% | - |
| XYZ | 46.87 | 43.77 | 34.83 | - |
| YUV | 178.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 150 | 0 | 0.22 | 0.30 | 0.16 | 15 | 0.44 | 0.71 |
| Hex | D6 | A6 | 96 | 0 | 16 | 1E | 10 | F | 2C | 47 |
| Octal | 326 | 246 | 226 | 0 | 26 | 36 | 20 | 17 | 54 | 107 |
| Binary | 11010110 | 10100110 | 10010110 | 0 | 10110 | 11110 | 10000 | 1111 | 101100 | 1000111 |
Color Harmonies of #D6A696
Complementary color
Monochromatic Colors of #D6A696
Black with #D6A696
Text Example
Text Example
White with #D6A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A696; }
p { color: rgb(214,166,150); }
H1.HeaderClassName
{
color: #D6A696;
}
.AnyTagClassName
{
color: #D6A696;
}
</style>
background-color css
<style>
a { background-color: #D6A696; }
a { background-color: rgb(214,166,150); }
div.DivClassName
{
background-color: #D6A696;
}
.BgClassName
{
background-color: #D6A696;
}
</style>
border-color css
<style>
span { border-color: #D6A696; }
span { border-color: rgb(214,166,150); }
td.TdClassName
{
border-color: #D6A696;
}
.TagClassName
{
border-color: #D6A696;
}
</style>