Shades of Rose #D1A593
Tints of Rose #D1A593
RGB
CMYK
RGB Variations
Color information
#D1A593 (or 0xD1A593) is known color: Rose. HEX triplet: D1, A5 and 93. RGB value is (209,165,147). Sum of RGB (Red+Green+Blue) = 209+165+147=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A593 is #2E5A6C. Grayscale: #B0B0B0. Windows color (decimal): -3037805 or 9676241. OLE color: 9676241.
HSL color Cylindrical-coordinate representation of color #D1A593: hue angle of 17.42º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1A593 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 147 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.18 |
| HSL | 17.42º | 0.4% | 0.7% | - |
| HSV(B) | 17.42º | 0.3% | 0.82% | - |
| XYZ | 45.02 | 42.57 | 33.45 | - |
| YUV | 176.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 147 | 0 | 0.21 | 0.30 | 0.18 | 17.42 | 0.4 | 0.7 |
| Hex | D1 | A5 | 93 | 0 | 15 | 1E | 12 | 11 | 28 | 46 |
| Octal | 321 | 245 | 223 | 0 | 25 | 36 | 22 | 21 | 50 | 106 |
| Binary | 11010001 | 10100101 | 10010011 | 0 | 10101 | 11110 | 10010 | 10001 | 101000 | 1000110 |
Color Harmonies of #D1A593
Complementary color
Monochromatic Colors of #D1A593
Black with #D1A593
Text Example
Text Example
White with #D1A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A593; }
p { color: rgb(209,165,147); }
H1.HeaderClassName
{
color: #D1A593;
}
.AnyTagClassName
{
color: #D1A593;
}
</style>
background-color css
<style>
a { background-color: #D1A593; }
a { background-color: rgb(209,165,147); }
div.DivClassName
{
background-color: #D1A593;
}
.BgClassName
{
background-color: #D1A593;
}
</style>
border-color css
<style>
span { border-color: #D1A593; }
span { border-color: rgb(209,165,147); }
td.TdClassName
{
border-color: #D1A593;
}
.TagClassName
{
border-color: #D1A593;
}
</style>