Shades of Rose #D2A895
Tints of Rose #D2A895
RGB
CMYK
RGB Variations
Color information
#D2A895 (or 0xD2A895) is known color: Rose. HEX triplet: D2, A8 and 95. RGB value is (210,168,149). Sum of RGB (Red+Green+Blue) = 210+168+149=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A895 is #2D576A. Grayscale: #B2B2B2. Windows color (decimal): -2971499 or 9808082. OLE color: 9808082.
HSL color Cylindrical-coordinate representation of color #D2A895: hue angle of 18.69º degrees, saturation: 0.4, 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 #D2A895 is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 149 | - |
| CMYK | 0 | 0.2 | 0.29 | 0.18 |
| HSL | 18.69º | 0.4% | 0.7% | - |
| HSV(B) | 18.69º | 0.29% | 0.82% | - |
| XYZ | 46.01 | 43.88 | 34.48 | - |
| YUV | 178.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 149 | 0 | 0.2 | 0.29 | 0.18 | 18.69 | 0.4 | 0.7 |
| Hex | D2 | A8 | 95 | 0 | 14 | 1D | 12 | 13 | 28 | 46 |
| Octal | 322 | 250 | 225 | 0 | 24 | 35 | 22 | 23 | 50 | 106 |
| Binary | 11010010 | 10101000 | 10010101 | 0 | 10100 | 11101 | 10010 | 10011 | 101000 | 1000110 |
Color Harmonies of #D2A895
Complementary color
Monochromatic Colors of #D2A895
Black with #D2A895
Text Example
Text Example
White with #D2A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A895; }
p { color: rgb(210,168,149); }
H1.HeaderClassName
{
color: #D2A895;
}
.AnyTagClassName
{
color: #D2A895;
}
</style>
background-color css
<style>
a { background-color: #D2A895; }
a { background-color: rgb(210,168,149); }
div.DivClassName
{
background-color: #D2A895;
}
.BgClassName
{
background-color: #D2A895;
}
</style>
border-color css
<style>
span { border-color: #D2A895; }
span { border-color: rgb(210,168,149); }
td.TdClassName
{
border-color: #D2A895;
}
.TagClassName
{
border-color: #D2A895;
}
</style>