Shades of Rose #D0A094
Tints of Rose #D0A094
RGB
CMYK
RGB Variations
Color information
#D0A094 (or 0xD0A094) is known color: Rose. HEX triplet: D0, A0 and 94. RGB value is (208,160,148). Sum of RGB (Red+Green+Blue) = 208+160+148=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A094 is #2F5F6B. Grayscale: #ADADAD. Windows color (decimal): -3104620 or 9740496. OLE color: 9740496.
HSL color Cylindrical-coordinate representation of color #D0A094: hue angle of 12º 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 #D0A094 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 148 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.18 |
| HSL | 12º | 0.39% | 0.7% | - |
| HSV(B) | 12º | 0.29% | 0.82% | - |
| XYZ | 43.93 | 40.69 | 33.56 | - |
| YUV | 172.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 148 | 0 | 0.23 | 0.29 | 0.18 | 12 | 0.39 | 0.7 |
| Hex | D0 | A0 | 94 | 0 | 17 | 1D | 12 | C | 27 | 46 |
| Octal | 320 | 240 | 224 | 0 | 27 | 35 | 22 | 14 | 47 | 106 |
| Binary | 11010000 | 10100000 | 10010100 | 0 | 10111 | 11101 | 10010 | 1100 | 100111 | 1000110 |
Color Harmonies of #D0A094
Complementary color
Monochromatic Colors of #D0A094
Black with #D0A094
Text Example
Text Example
White with #D0A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A094; }
p { color: rgb(208,160,148); }
H1.HeaderClassName
{
color: #D0A094;
}
.AnyTagClassName
{
color: #D0A094;
}
</style>
background-color css
<style>
a { background-color: #D0A094; }
a { background-color: rgb(208,160,148); }
div.DivClassName
{
background-color: #D0A094;
}
.BgClassName
{
background-color: #D0A094;
}
</style>
border-color css
<style>
span { border-color: #D0A094; }
span { border-color: rgb(208,160,148); }
td.TdClassName
{
border-color: #D0A094;
}
.TagClassName
{
border-color: #D0A094;
}
</style>