Shades of Rose #D4A695
Tints of Rose #D4A695
RGB
CMYK
RGB Variations
Color information
#D4A695 (or 0xD4A695) is known color: Rose. HEX triplet: D4, A6 and 95. RGB value is (212,166,149). Sum of RGB (Red+Green+Blue) = 212+166+149=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A695 is #2B596A. Grayscale: #B1B1B1. Windows color (decimal): -2840939 or 9807572. OLE color: 9807572.
HSL color Cylindrical-coordinate representation of color #D4A695: hue angle of 16.19º 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 #D4A695 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 149 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.17 |
| HSL | 16.19º | 0.42% | 0.71% | - |
| HSV(B) | 16.19º | 0.3% | 0.83% | - |
| XYZ | 46.21 | 43.44 | 34.38 | - |
| YUV | 177.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 149 | 0 | 0.22 | 0.30 | 0.17 | 16.19 | 0.42 | 0.71 |
| Hex | D4 | A6 | 95 | 0 | 16 | 1E | 11 | 10 | 2A | 47 |
| Octal | 324 | 246 | 225 | 0 | 26 | 36 | 21 | 20 | 52 | 107 |
| Binary | 11010100 | 10100110 | 10010101 | 0 | 10110 | 11110 | 10001 | 10000 | 101010 | 1000111 |
Color Harmonies of #D4A695
Complementary color
Monochromatic Colors of #D4A695
Black with #D4A695
Text Example
Text Example
White with #D4A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A695; }
p { color: rgb(212,166,149); }
H1.HeaderClassName
{
color: #D4A695;
}
.AnyTagClassName
{
color: #D4A695;
}
</style>
background-color css
<style>
a { background-color: #D4A695; }
a { background-color: rgb(212,166,149); }
div.DivClassName
{
background-color: #D4A695;
}
.BgClassName
{
background-color: #D4A695;
}
</style>
border-color css
<style>
span { border-color: #D4A695; }
span { border-color: rgb(212,166,149); }
td.TdClassName
{
border-color: #D4A695;
}
.TagClassName
{
border-color: #D4A695;
}
</style>