Shades of Rose #D5A091
Tints of Rose #D5A091
RGB
CMYK
RGB Variations
Color information
#D5A091 (or 0xD5A091) is known color: Rose. HEX triplet: D5, A0 and 91. RGB value is (213,160,145). Sum of RGB (Red+Green+Blue) = 213+160+145=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A091 is #2A5F6E. Grayscale: #AEAEAE. Windows color (decimal): -2776943 or 9543893. OLE color: 9543893.
HSL color Cylindrical-coordinate representation of color #D5A091: hue angle of 13.24º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5A091 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 145 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.16 |
| HSL | 13.24º | 0.45% | 0.7% | - |
| HSV(B) | 13.24º | 0.32% | 0.84% | - |
| XYZ | 45.12 | 41.33 | 32.39 | - |
| YUV | 174.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 145 | 0 | 0.25 | 0.32 | 0.16 | 13.24 | 0.45 | 0.7 |
| Hex | D5 | A0 | 91 | 0 | 19 | 20 | 10 | D | 2D | 46 |
| Octal | 325 | 240 | 221 | 0 | 31 | 40 | 20 | 15 | 55 | 106 |
| Binary | 11010101 | 10100000 | 10010001 | 0 | 11001 | 100000 | 10000 | 1101 | 101101 | 1000110 |
Color Harmonies of #D5A091
Complementary color
Monochromatic Colors of #D5A091
Black with #D5A091
Text Example
Text Example
White with #D5A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A091; }
p { color: rgb(213,160,145); }
H1.HeaderClassName
{
color: #D5A091;
}
.AnyTagClassName
{
color: #D5A091;
}
</style>
background-color css
<style>
a { background-color: #D5A091; }
a { background-color: rgb(213,160,145); }
div.DivClassName
{
background-color: #D5A091;
}
.BgClassName
{
background-color: #D5A091;
}
</style>
border-color css
<style>
span { border-color: #D5A091; }
span { border-color: rgb(213,160,145); }
td.TdClassName
{
border-color: #D5A091;
}
.TagClassName
{
border-color: #D5A091;
}
</style>