Shades of Rose #D2A393
Tints of Rose #D2A393
RGB
CMYK
RGB Variations
Color information
#D2A393 (or 0xD2A393) is known color: Rose. HEX triplet: D2, A3 and 93. RGB value is (210,163,147). Sum of RGB (Red+Green+Blue) = 210+163+147=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A393 is #2D5C6C. Grayscale: #AFAFAF. Windows color (decimal): -2972781 or 9675730. OLE color: 9675730.
HSL color Cylindrical-coordinate representation of color #D2A393: hue angle of 15.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A393 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 147 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.18 |
| HSL | 15.24º | 0.41% | 0.7% | - |
| HSV(B) | 15.24º | 0.3% | 0.82% | - |
| XYZ | 44.94 | 42 | 33.34 | - |
| YUV | 175.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 147 | 0 | 0.22 | 0.30 | 0.18 | 15.24 | 0.41 | 0.7 |
| Hex | D2 | A3 | 93 | 0 | 16 | 1E | 12 | F | 29 | 46 |
| Octal | 322 | 243 | 223 | 0 | 26 | 36 | 22 | 17 | 51 | 106 |
| Binary | 11010010 | 10100011 | 10010011 | 0 | 10110 | 11110 | 10010 | 1111 | 101001 | 1000110 |
Color Harmonies of #D2A393
Complementary color
Monochromatic Colors of #D2A393
Black with #D2A393
Text Example
Text Example
White with #D2A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A393; }
p { color: rgb(210,163,147); }
H1.HeaderClassName
{
color: #D2A393;
}
.AnyTagClassName
{
color: #D2A393;
}
</style>
background-color css
<style>
a { background-color: #D2A393; }
a { background-color: rgb(210,163,147); }
div.DivClassName
{
background-color: #D2A393;
}
.BgClassName
{
background-color: #D2A393;
}
</style>
border-color css
<style>
span { border-color: #D2A393; }
span { border-color: rgb(210,163,147); }
td.TdClassName
{
border-color: #D2A393;
}
.TagClassName
{
border-color: #D2A393;
}
</style>