Shades of Rose #D5A095
Tints of Rose #D5A095
RGB
CMYK
RGB Variations
Color information
#D5A095 (or 0xD5A095) is known color: Rose. HEX triplet: D5, A0 and 95. RGB value is (213,160,149). Sum of RGB (Red+Green+Blue) = 213+160+149=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A095 is #2A5F6A. Grayscale: #AEAEAE. Windows color (decimal): -2776939 or 9806037. OLE color: 9806037.
HSL color Cylindrical-coordinate representation of color #D5A095: hue angle of 10.31º degrees, saturation: 0.43, 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 #D5A095 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 149 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.16 |
| HSL | 10.31º | 0.43% | 0.71% | - |
| HSV(B) | 10.31º | 0.3% | 0.84% | - |
| XYZ | 45.44 | 41.46 | 34.04 | - |
| YUV | 174.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 149 | 0 | 0.25 | 0.30 | 0.16 | 10.31 | 0.43 | 0.71 |
| Hex | D5 | A0 | 95 | 0 | 19 | 1E | 10 | A | 2B | 47 |
| Octal | 325 | 240 | 225 | 0 | 31 | 36 | 20 | 12 | 53 | 107 |
| Binary | 11010101 | 10100000 | 10010101 | 0 | 11001 | 11110 | 10000 | 1010 | 101011 | 1000111 |
Color Harmonies of #D5A095
Complementary color
Monochromatic Colors of #D5A095
Black with #D5A095
Text Example
Text Example
White with #D5A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A095; }
p { color: rgb(213,160,149); }
H1.HeaderClassName
{
color: #D5A095;
}
.AnyTagClassName
{
color: #D5A095;
}
</style>
background-color css
<style>
a { background-color: #D5A095; }
a { background-color: rgb(213,160,149); }
div.DivClassName
{
background-color: #D5A095;
}
.BgClassName
{
background-color: #D5A095;
}
</style>
border-color css
<style>
span { border-color: #D5A095; }
span { border-color: rgb(213,160,149); }
td.TdClassName
{
border-color: #D5A095;
}
.TagClassName
{
border-color: #D5A095;
}
</style>