Shades of Rose #D2A395
Tints of Rose #D2A395
RGB
CMYK
RGB Variations
Color information
#D2A395 (or 0xD2A395) is known color: Rose. HEX triplet: D2, A3 and 95. RGB value is (210,163,149). Sum of RGB (Red+Green+Blue) = 210+163+149=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A395 is #2D5C6A. Grayscale: #AFAFAF. Windows color (decimal): -2972779 or 9806802. OLE color: 9806802.
HSL color Cylindrical-coordinate representation of color #D2A395: hue angle of 13.77º 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 #D2A395 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 149 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.18 |
| HSL | 13.77º | 0.4% | 0.7% | - |
| HSV(B) | 13.77º | 0.29% | 0.82% | - |
| XYZ | 45.1 | 42.07 | 34.18 | - |
| YUV | 175.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 149 | 0 | 0.22 | 0.29 | 0.18 | 13.77 | 0.4 | 0.7 |
| Hex | D2 | A3 | 95 | 0 | 16 | 1D | 12 | E | 28 | 46 |
| Octal | 322 | 243 | 225 | 0 | 26 | 35 | 22 | 16 | 50 | 106 |
| Binary | 11010010 | 10100011 | 10010101 | 0 | 10110 | 11101 | 10010 | 1110 | 101000 | 1000110 |
Color Harmonies of #D2A395
Complementary color
Monochromatic Colors of #D2A395
Black with #D2A395
Text Example
Text Example
White with #D2A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A395; }
p { color: rgb(210,163,149); }
H1.HeaderClassName
{
color: #D2A395;
}
.AnyTagClassName
{
color: #D2A395;
}
</style>
background-color css
<style>
a { background-color: #D2A395; }
a { background-color: rgb(210,163,149); }
div.DivClassName
{
background-color: #D2A395;
}
.BgClassName
{
background-color: #D2A395;
}
</style>
border-color css
<style>
span { border-color: #D2A395; }
span { border-color: rgb(210,163,149); }
td.TdClassName
{
border-color: #D2A395;
}
.TagClassName
{
border-color: #D2A395;
}
</style>