Shades of Rose #D0A093
Tints of Rose #D0A093
RGB
CMYK
RGB Variations
Color information
#D0A093 (or 0xD0A093) is known color: Rose. HEX triplet: D0, A0 and 93. RGB value is (208,160,147). Sum of RGB (Red+Green+Blue) = 208+160+147=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A093 is #2F5F6C. Grayscale: #ACACAC. Windows color (decimal): -3104621 or 9674960. OLE color: 9674960.
HSL color Cylindrical-coordinate representation of color #D0A093: hue angle of 12.79º 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 #D0A093 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 147 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.18 |
| HSL | 12.79º | 0.39% | 0.7% | - |
| HSV(B) | 12.79º | 0.29% | 0.82% | - |
| XYZ | 43.85 | 40.66 | 33.14 | - |
| YUV | 172.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 147 | 0 | 0.23 | 0.29 | 0.18 | 12.79 | 0.39 | 0.7 |
| Hex | D0 | A0 | 93 | 0 | 17 | 1D | 12 | D | 27 | 46 |
| Octal | 320 | 240 | 223 | 0 | 27 | 35 | 22 | 15 | 47 | 106 |
| Binary | 11010000 | 10100000 | 10010011 | 0 | 10111 | 11101 | 10010 | 1101 | 100111 | 1000110 |
Color Harmonies of #D0A093
Complementary color
Monochromatic Colors of #D0A093
Black with #D0A093
Text Example
Text Example
White with #D0A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A093; }
p { color: rgb(208,160,147); }
H1.HeaderClassName
{
color: #D0A093;
}
.AnyTagClassName
{
color: #D0A093;
}
</style>
background-color css
<style>
a { background-color: #D0A093; }
a { background-color: rgb(208,160,147); }
div.DivClassName
{
background-color: #D0A093;
}
.BgClassName
{
background-color: #D0A093;
}
</style>
border-color css
<style>
span { border-color: #D0A093; }
span { border-color: rgb(208,160,147); }
td.TdClassName
{
border-color: #D0A093;
}
.TagClassName
{
border-color: #D0A093;
}
</style>