Shades of Rose #D0A098
Tints of Rose #D0A098
RGB
CMYK
RGB Variations
Color information
#D0A098 (or 0xD0A098) is known color: Rose. HEX triplet: D0, A0 and 98. RGB value is (208,160,152). Sum of RGB (Red+Green+Blue) = 208+160+152=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A098 is #2F5F67. Grayscale: #ADADAD. Windows color (decimal): -3104616 or 10002640. OLE color: 10002640.
HSL color Cylindrical-coordinate representation of color #D0A098: hue angle of 8.57º 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 #D0A098 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 152 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.18 |
| HSL | 8.57º | 0.37% | 0.71% | - |
| HSV(B) | 8.57º | 0.27% | 0.82% | - |
| XYZ | 44.25 | 40.82 | 35.25 | - |
| YUV | 173.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 152 | 0 | 0.23 | 0.27 | 0.18 | 8.57 | 0.37 | 0.71 |
| Hex | D0 | A0 | 98 | 0 | 17 | 1B | 12 | 9 | 25 | 47 |
| Octal | 320 | 240 | 230 | 0 | 27 | 33 | 22 | 11 | 45 | 107 |
| Binary | 11010000 | 10100000 | 10011000 | 0 | 10111 | 11011 | 10010 | 1001 | 100101 | 1000111 |
Color Harmonies of #D0A098
Complementary color
Monochromatic Colors of #D0A098
Black with #D0A098
Text Example
Text Example
White with #D0A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A098; }
p { color: rgb(208,160,152); }
H1.HeaderClassName
{
color: #D0A098;
}
.AnyTagClassName
{
color: #D0A098;
}
</style>
background-color css
<style>
a { background-color: #D0A098; }
a { background-color: rgb(208,160,152); }
div.DivClassName
{
background-color: #D0A098;
}
.BgClassName
{
background-color: #D0A098;
}
</style>
border-color css
<style>
span { border-color: #D0A098; }
span { border-color: rgb(208,160,152); }
td.TdClassName
{
border-color: #D0A098;
}
.TagClassName
{
border-color: #D0A098;
}
</style>