Shades of Rose #D0A194
Tints of Rose #D0A194
RGB
CMYK
RGB Variations
Color information
#D0A194 (or 0xD0A194) is known color: Rose. HEX triplet: D0, A1 and 94. RGB value is (208,161,148). Sum of RGB (Red+Green+Blue) = 208+161+148=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A194 is #2F5E6B. Grayscale: #ADADAD. Windows color (decimal): -3104364 or 9740752. OLE color: 9740752.
HSL color Cylindrical-coordinate representation of color #D0A194: hue angle of 13º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0A194 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 148 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.18 |
| HSL | 13º | 0.39% | 0.7% | - |
| HSV(B) | 13º | 0.29% | 0.82% | - |
| XYZ | 44.1 | 41.04 | 33.61 | - |
| YUV | 173.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 148 | 0 | 0.23 | 0.29 | 0.18 | 13 | 0.39 | 0.7 |
| Hex | D0 | A1 | 94 | 0 | 17 | 1D | 12 | D | 27 | 46 |
| Octal | 320 | 241 | 224 | 0 | 27 | 35 | 22 | 15 | 47 | 106 |
| Binary | 11010000 | 10100001 | 10010100 | 0 | 10111 | 11101 | 10010 | 1101 | 100111 | 1000110 |
Color Harmonies of #D0A194
Complementary color
Monochromatic Colors of #D0A194
Black with #D0A194
Text Example
Text Example
White with #D0A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A194; }
p { color: rgb(208,161,148); }
H1.HeaderClassName
{
color: #D0A194;
}
.AnyTagClassName
{
color: #D0A194;
}
</style>
background-color css
<style>
a { background-color: #D0A194; }
a { background-color: rgb(208,161,148); }
div.DivClassName
{
background-color: #D0A194;
}
.BgClassName
{
background-color: #D0A194;
}
</style>
border-color css
<style>
span { border-color: #D0A194; }
span { border-color: rgb(208,161,148); }
td.TdClassName
{
border-color: #D0A194;
}
.TagClassName
{
border-color: #D0A194;
}
</style>