Shades of Rose #D3A196
Tints of Rose #D3A196
RGB
CMYK
RGB Variations
Color information
#D3A196 (or 0xD3A196) is known color: Rose. HEX triplet: D3, A1 and 96. RGB value is (211,161,150). Sum of RGB (Red+Green+Blue) = 211+161+150=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A196 is #2C5E69. Grayscale: #AEAEAE. Windows color (decimal): -2907754 or 9871827. OLE color: 9871827.
HSL color Cylindrical-coordinate representation of color #D3A196: hue angle of 10.82º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3A196 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 150 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.17 |
| HSL | 10.82º | 0.41% | 0.71% | - |
| HSV(B) | 10.82º | 0.29% | 0.83% | - |
| XYZ | 45.11 | 41.54 | 34.49 | - |
| YUV | 174.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 150 | 0 | 0.24 | 0.29 | 0.17 | 10.82 | 0.41 | 0.71 |
| Hex | D3 | A1 | 96 | 0 | 18 | 1D | 11 | B | 29 | 47 |
| Octal | 323 | 241 | 226 | 0 | 30 | 35 | 21 | 13 | 51 | 107 |
| Binary | 11010011 | 10100001 | 10010110 | 0 | 11000 | 11101 | 10001 | 1011 | 101001 | 1000111 |
Color Harmonies of #D3A196
Complementary color
Monochromatic Colors of #D3A196
Black with #D3A196
Text Example
Text Example
White with #D3A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A196; }
p { color: rgb(211,161,150); }
H1.HeaderClassName
{
color: #D3A196;
}
.AnyTagClassName
{
color: #D3A196;
}
</style>
background-color css
<style>
a { background-color: #D3A196; }
a { background-color: rgb(211,161,150); }
div.DivClassName
{
background-color: #D3A196;
}
.BgClassName
{
background-color: #D3A196;
}
</style>
border-color css
<style>
span { border-color: #D3A196; }
span { border-color: rgb(211,161,150); }
td.TdClassName
{
border-color: #D3A196;
}
.TagClassName
{
border-color: #D3A196;
}
</style>