Shades of Rose #D4A095
Tints of Rose #D4A095
RGB
CMYK
RGB Variations
Color information
#D4A095 (or 0xD4A095) is known color: Rose. HEX triplet: D4, A0 and 95. RGB value is (212,160,149). Sum of RGB (Red+Green+Blue) = 212+160+149=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A095 is #2B5F6A. Grayscale: #AEAEAE. Windows color (decimal): -2842475 or 9806036. OLE color: 9806036.
HSL color Cylindrical-coordinate representation of color #D4A095: hue angle of 10.48º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A095 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 149 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.17 |
| HSL | 10.48º | 0.42% | 0.71% | - |
| HSV(B) | 10.48º | 0.3% | 0.83% | - |
| XYZ | 45.15 | 41.31 | 34.03 | - |
| YUV | 174.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 149 | 0 | 0.25 | 0.30 | 0.17 | 10.48 | 0.42 | 0.71 |
| Hex | D4 | A0 | 95 | 0 | 19 | 1E | 11 | A | 2A | 47 |
| Octal | 324 | 240 | 225 | 0 | 31 | 36 | 21 | 12 | 52 | 107 |
| Binary | 11010100 | 10100000 | 10010101 | 0 | 11001 | 11110 | 10001 | 1010 | 101010 | 1000111 |
Color Harmonies of #D4A095
Complementary color
Monochromatic Colors of #D4A095
Black with #D4A095
Text Example
Text Example
White with #D4A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A095; }
p { color: rgb(212,160,149); }
H1.HeaderClassName
{
color: #D4A095;
}
.AnyTagClassName
{
color: #D4A095;
}
</style>
background-color css
<style>
a { background-color: #D4A095; }
a { background-color: rgb(212,160,149); }
div.DivClassName
{
background-color: #D4A095;
}
.BgClassName
{
background-color: #D4A095;
}
</style>
border-color css
<style>
span { border-color: #D4A095; }
span { border-color: rgb(212,160,149); }
td.TdClassName
{
border-color: #D4A095;
}
.TagClassName
{
border-color: #D4A095;
}
</style>