Shades of Rose #D5A09A
Tints of Rose #D5A09A
RGB
CMYK
RGB Variations
Color information
#D5A09A (or 0xD5A09A) is known color: Rose. HEX triplet: D5, A0 and 9A. RGB value is (213,160,154). Sum of RGB (Red+Green+Blue) = 213+160+154=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A09A is #2A5F65. Grayscale: #AFAFAF. Windows color (decimal): -2776934 or 10133717. OLE color: 10133717.
HSL color Cylindrical-coordinate representation of color #D5A09A: hue angle of 6.1º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5A09A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 154 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.16 |
| HSL | 6.1º | 0.41% | 0.72% | - |
| HSV(B) | 6.1º | 0.28% | 0.84% | - |
| XYZ | 45.84 | 41.62 | 36.19 | - |
| YUV | 175.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 154 | 0 | 0.25 | 0.28 | 0.16 | 6.1 | 0.41 | 0.72 |
| Hex | D5 | A0 | 9A | 0 | 19 | 1C | 10 | 6 | 29 | 48 |
| Octal | 325 | 240 | 232 | 0 | 31 | 34 | 20 | 6 | 51 | 110 |
| Binary | 11010101 | 10100000 | 10011010 | 0 | 11001 | 11100 | 10000 | 110 | 101001 | 1001000 |
Color Harmonies of #D5A09A
Complementary color
Monochromatic Colors of #D5A09A
Black with #D5A09A
Text Example
Text Example
White with #D5A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A09A; }
p { color: rgb(213,160,154); }
H1.HeaderClassName
{
color: #D5A09A;
}
.AnyTagClassName
{
color: #D5A09A;
}
</style>
background-color css
<style>
a { background-color: #D5A09A; }
a { background-color: rgb(213,160,154); }
div.DivClassName
{
background-color: #D5A09A;
}
.BgClassName
{
background-color: #D5A09A;
}
</style>
border-color css
<style>
span { border-color: #D5A09A; }
span { border-color: rgb(213,160,154); }
td.TdClassName
{
border-color: #D5A09A;
}
.TagClassName
{
border-color: #D5A09A;
}
</style>