Shades of Rose #D7A196
Tints of Rose #D7A196
RGB
CMYK
RGB Variations
Color information
#D7A196 (or 0xD7A196) is known color: Rose. HEX triplet: D7, A1 and 96. RGB value is (215,161,150). Sum of RGB (Red+Green+Blue) = 215+161+150=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A196 is #285E69. Grayscale: #AFAFAF. Windows color (decimal): -2645610 or 9871831. OLE color: 9871831.
HSL color Cylindrical-coordinate representation of color #D7A196: hue angle of 10.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7A196 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 150 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.16 |
| HSL | 10.15º | 0.45% | 0.72% | - |
| HSV(B) | 10.15º | 0.3% | 0.84% | - |
| XYZ | 46.27 | 42.14 | 34.55 | - |
| YUV | 175.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 150 | 0 | 0.25 | 0.30 | 0.16 | 10.15 | 0.45 | 0.72 |
| Hex | D7 | A1 | 96 | 0 | 19 | 1E | 10 | A | 2D | 48 |
| Octal | 327 | 241 | 226 | 0 | 31 | 36 | 20 | 12 | 55 | 110 |
| Binary | 11010111 | 10100001 | 10010110 | 0 | 11001 | 11110 | 10000 | 1010 | 101101 | 1001000 |
Color Harmonies of #D7A196
Complementary color
Monochromatic Colors of #D7A196
Black with #D7A196
Text Example
Text Example
White with #D7A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A196; }
p { color: rgb(215,161,150); }
H1.HeaderClassName
{
color: #D7A196;
}
.AnyTagClassName
{
color: #D7A196;
}
</style>
background-color css
<style>
a { background-color: #D7A196; }
a { background-color: rgb(215,161,150); }
div.DivClassName
{
background-color: #D7A196;
}
.BgClassName
{
background-color: #D7A196;
}
</style>
border-color css
<style>
span { border-color: #D7A196; }
span { border-color: rgb(215,161,150); }
td.TdClassName
{
border-color: #D7A196;
}
.TagClassName
{
border-color: #D7A196;
}
</style>