Shades of Rose #D0A198
Tints of Rose #D0A198
RGB
CMYK
RGB Variations
Color information
#D0A198 (or 0xD0A198) is known color: Rose. HEX triplet: D0, A1 and 98. RGB value is (208,161,152). Sum of RGB (Red+Green+Blue) = 208+161+152=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A198 is #2F5E67. Grayscale: #AEAEAE. Windows color (decimal): -3104360 or 10002896. OLE color: 10002896.
HSL color Cylindrical-coordinate representation of color #D0A198: hue angle of 9.64º degrees, saturation: 0.37, 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 #D0A198 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 152 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.18 |
| HSL | 9.64º | 0.37% | 0.71% | - |
| HSV(B) | 9.64º | 0.27% | 0.82% | - |
| XYZ | 44.42 | 41.17 | 35.31 | - |
| YUV | 174.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 152 | 0 | 0.23 | 0.27 | 0.18 | 9.64 | 0.37 | 0.71 |
| Hex | D0 | A1 | 98 | 0 | 17 | 1B | 12 | A | 25 | 47 |
| Octal | 320 | 241 | 230 | 0 | 27 | 33 | 22 | 12 | 45 | 107 |
| Binary | 11010000 | 10100001 | 10011000 | 0 | 10111 | 11011 | 10010 | 1010 | 100101 | 1000111 |
Color Harmonies of #D0A198
Complementary color
Monochromatic Colors of #D0A198
Black with #D0A198
Text Example
Text Example
White with #D0A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A198; }
p { color: rgb(208,161,152); }
H1.HeaderClassName
{
color: #D0A198;
}
.AnyTagClassName
{
color: #D0A198;
}
</style>
background-color css
<style>
a { background-color: #D0A198; }
a { background-color: rgb(208,161,152); }
div.DivClassName
{
background-color: #D0A198;
}
.BgClassName
{
background-color: #D0A198;
}
</style>
border-color css
<style>
span { border-color: #D0A198; }
span { border-color: rgb(208,161,152); }
td.TdClassName
{
border-color: #D0A198;
}
.TagClassName
{
border-color: #D0A198;
}
</style>