Shades of Rose #D5A595
Tints of Rose #D5A595
RGB
CMYK
RGB Variations
Color information
#D5A595 (or 0xD5A595) is known color: Rose. HEX triplet: D5, A5 and 95. RGB value is (213,165,149). Sum of RGB (Red+Green+Blue) = 213+165+149=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A595 is #2A5A6A. Grayscale: #B1B1B1. Windows color (decimal): -2775659 or 9807317. OLE color: 9807317.
HSL color Cylindrical-coordinate representation of color #D5A595: hue angle of 15º 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 #D5A595 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 149 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.16 |
| HSL | 15º | 0.43% | 0.71% | - |
| HSV(B) | 15º | 0.3% | 0.84% | - |
| XYZ | 46.32 | 43.23 | 34.34 | - |
| YUV | 177.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 149 | 0 | 0.23 | 0.30 | 0.16 | 15 | 0.43 | 0.71 |
| Hex | D5 | A5 | 95 | 0 | 17 | 1E | 10 | F | 2B | 47 |
| Octal | 325 | 245 | 225 | 0 | 27 | 36 | 20 | 17 | 53 | 107 |
| Binary | 11010101 | 10100101 | 10010101 | 0 | 10111 | 11110 | 10000 | 1111 | 101011 | 1000111 |
Color Harmonies of #D5A595
Complementary color
Monochromatic Colors of #D5A595
Black with #D5A595
Text Example
Text Example
White with #D5A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A595; }
p { color: rgb(213,165,149); }
H1.HeaderClassName
{
color: #D5A595;
}
.AnyTagClassName
{
color: #D5A595;
}
</style>
background-color css
<style>
a { background-color: #D5A595; }
a { background-color: rgb(213,165,149); }
div.DivClassName
{
background-color: #D5A595;
}
.BgClassName
{
background-color: #D5A595;
}
</style>
border-color css
<style>
span { border-color: #D5A595; }
span { border-color: rgb(213,165,149); }
td.TdClassName
{
border-color: #D5A595;
}
.TagClassName
{
border-color: #D5A595;
}
</style>