Shades of Rose #D0A496
Tints of Rose #D0A496
RGB
CMYK
RGB Variations
Color information
#D0A496 (or 0xD0A496) is known color: Rose. HEX triplet: D0, A4 and 96. RGB value is (208,164,150). Sum of RGB (Red+Green+Blue) = 208+164+150=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A496 is #2F5B69. Grayscale: #AFAFAF. Windows color (decimal): -3103594 or 9872592. OLE color: 9872592.
HSL color Cylindrical-coordinate representation of color #D0A496: hue angle of 14.48º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0A496 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 150 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.18 |
| HSL | 14.48º | 0.38% | 0.7% | - |
| HSV(B) | 14.48º | 0.28% | 0.82% | - |
| XYZ | 44.79 | 42.16 | 34.63 | - |
| YUV | 175.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 150 | 0 | 0.21 | 0.28 | 0.18 | 14.48 | 0.38 | 0.7 |
| Hex | D0 | A4 | 96 | 0 | 15 | 1C | 12 | E | 26 | 46 |
| Octal | 320 | 244 | 226 | 0 | 25 | 34 | 22 | 16 | 46 | 106 |
| Binary | 11010000 | 10100100 | 10010110 | 0 | 10101 | 11100 | 10010 | 1110 | 100110 | 1000110 |
Color Harmonies of #D0A496
Complementary color
Monochromatic Colors of #D0A496
Black with #D0A496
Text Example
Text Example
White with #D0A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A496; }
p { color: rgb(208,164,150); }
H1.HeaderClassName
{
color: #D0A496;
}
.AnyTagClassName
{
color: #D0A496;
}
</style>
background-color css
<style>
a { background-color: #D0A496; }
a { background-color: rgb(208,164,150); }
div.DivClassName
{
background-color: #D0A496;
}
.BgClassName
{
background-color: #D0A496;
}
</style>
border-color css
<style>
span { border-color: #D0A496; }
span { border-color: rgb(208,164,150); }
td.TdClassName
{
border-color: #D0A496;
}
.TagClassName
{
border-color: #D0A496;
}
</style>