Shades of Rose #D7A393
Tints of Rose #D7A393
RGB
CMYK
RGB Variations
Color information
#D7A393 (or 0xD7A393) is known color: Rose. HEX triplet: D7, A3 and 93. RGB value is (215,163,147). Sum of RGB (Red+Green+Blue) = 215+163+147=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A393 is #285C6C. Grayscale: #B0B0B0. Windows color (decimal): -2645101 or 9675735. OLE color: 9675735.
HSL color Cylindrical-coordinate representation of color #D7A393: hue angle of 14.12º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7A393 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 147 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.16 |
| HSL | 14.12º | 0.46% | 0.71% | - |
| HSV(B) | 14.12º | 0.32% | 0.84% | - |
| XYZ | 46.39 | 42.75 | 33.41 | - |
| YUV | 176.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 147 | 0 | 0.24 | 0.32 | 0.16 | 14.12 | 0.46 | 0.71 |
| Hex | D7 | A3 | 93 | 0 | 18 | 20 | 10 | E | 2E | 47 |
| Octal | 327 | 243 | 223 | 0 | 30 | 40 | 20 | 16 | 56 | 107 |
| Binary | 11010111 | 10100011 | 10010011 | 0 | 11000 | 100000 | 10000 | 1110 | 101110 | 1000111 |
Color Harmonies of #D7A393
Complementary color
Monochromatic Colors of #D7A393
Black with #D7A393
Text Example
Text Example
White with #D7A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A393; }
p { color: rgb(215,163,147); }
H1.HeaderClassName
{
color: #D7A393;
}
.AnyTagClassName
{
color: #D7A393;
}
</style>
background-color css
<style>
a { background-color: #D7A393; }
a { background-color: rgb(215,163,147); }
div.DivClassName
{
background-color: #D7A393;
}
.BgClassName
{
background-color: #D7A393;
}
</style>
border-color css
<style>
span { border-color: #D7A393; }
span { border-color: rgb(215,163,147); }
td.TdClassName
{
border-color: #D7A393;
}
.TagClassName
{
border-color: #D7A393;
}
</style>