Shades of Rose #D5A495
Tints of Rose #D5A495
RGB
CMYK
RGB Variations
Color information
#D5A495 (or 0xD5A495) is known color: Rose. HEX triplet: D5, A4 and 95. RGB value is (213,164,149). Sum of RGB (Red+Green+Blue) = 213+164+149=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A495 is #2A5B6A. Grayscale: #B1B1B1. Windows color (decimal): -2775915 or 9807061. OLE color: 9807061.
HSL color Cylindrical-coordinate representation of color #D5A495: hue angle of 14.06º 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 #D5A495 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 149 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.16 |
| HSL | 14.06º | 0.43% | 0.71% | - |
| HSV(B) | 14.06º | 0.3% | 0.84% | - |
| XYZ | 46.14 | 42.87 | 34.28 | - |
| YUV | 176.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 149 | 0 | 0.23 | 0.30 | 0.16 | 14.06 | 0.43 | 0.71 |
| Hex | D5 | A4 | 95 | 0 | 17 | 1E | 10 | E | 2B | 47 |
| Octal | 325 | 244 | 225 | 0 | 27 | 36 | 20 | 16 | 53 | 107 |
| Binary | 11010101 | 10100100 | 10010101 | 0 | 10111 | 11110 | 10000 | 1110 | 101011 | 1000111 |
Color Harmonies of #D5A495
Complementary color
Monochromatic Colors of #D5A495
Black with #D5A495
Text Example
Text Example
White with #D5A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A495; }
p { color: rgb(213,164,149); }
H1.HeaderClassName
{
color: #D5A495;
}
.AnyTagClassName
{
color: #D5A495;
}
</style>
background-color css
<style>
a { background-color: #D5A495; }
a { background-color: rgb(213,164,149); }
div.DivClassName
{
background-color: #D5A495;
}
.BgClassName
{
background-color: #D5A495;
}
</style>
border-color css
<style>
span { border-color: #D5A495; }
span { border-color: rgb(213,164,149); }
td.TdClassName
{
border-color: #D5A495;
}
.TagClassName
{
border-color: #D5A495;
}
</style>