Shades of Rose #D1A098
Tints of Rose #D1A098
RGB
CMYK
RGB Variations
Color information
#D1A098 (or 0xD1A098) is known color: Rose. HEX triplet: D1, A0 and 98. RGB value is (209,160,152). Sum of RGB (Red+Green+Blue) = 209+160+152=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A098 is #2E5F67. Grayscale: #ADADAD. Windows color (decimal): -3039080 or 10002641. OLE color: 10002641.
HSL color Cylindrical-coordinate representation of color #D1A098: hue angle of 8.42º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1A098 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 152 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.18 |
| HSL | 8.42º | 0.38% | 0.71% | - |
| HSV(B) | 8.42º | 0.27% | 0.82% | - |
| XYZ | 44.53 | 40.96 | 35.27 | - |
| YUV | 173.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 152 | 0 | 0.23 | 0.27 | 0.18 | 8.42 | 0.38 | 0.71 |
| Hex | D1 | A0 | 98 | 0 | 17 | 1B | 12 | 8 | 26 | 47 |
| Octal | 321 | 240 | 230 | 0 | 27 | 33 | 22 | 10 | 46 | 107 |
| Binary | 11010001 | 10100000 | 10011000 | 0 | 10111 | 11011 | 10010 | 1000 | 100110 | 1000111 |
Color Harmonies of #D1A098
Complementary color
Monochromatic Colors of #D1A098
Black with #D1A098
Text Example
Text Example
White with #D1A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A098; }
p { color: rgb(209,160,152); }
H1.HeaderClassName
{
color: #D1A098;
}
.AnyTagClassName
{
color: #D1A098;
}
</style>
background-color css
<style>
a { background-color: #D1A098; }
a { background-color: rgb(209,160,152); }
div.DivClassName
{
background-color: #D1A098;
}
.BgClassName
{
background-color: #D1A098;
}
</style>
border-color css
<style>
span { border-color: #D1A098; }
span { border-color: rgb(209,160,152); }
td.TdClassName
{
border-color: #D1A098;
}
.TagClassName
{
border-color: #D1A098;
}
</style>