Shades of Rose #D7A698
Tints of Rose #D7A698
RGB
CMYK
RGB Variations
Color information
#D7A698 (or 0xD7A698) is known color: Rose. HEX triplet: D7, A6 and 98. RGB value is (215,166,152). Sum of RGB (Red+Green+Blue) = 215+166+152=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A698 is #285967. Grayscale: #B3B3B3. Windows color (decimal): -2644328 or 10004183. OLE color: 10004183.
HSL color Cylindrical-coordinate representation of color #D7A698: hue angle of 13.33º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7A698 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 152 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.16 |
| HSL | 13.33º | 0.44% | 0.72% | - |
| HSV(B) | 13.33º | 0.29% | 0.84% | - |
| XYZ | 47.33 | 43.99 | 35.7 | - |
| YUV | 179.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 152 | 0 | 0.23 | 0.29 | 0.16 | 13.33 | 0.44 | 0.72 |
| Hex | D7 | A6 | 98 | 0 | 17 | 1D | 10 | D | 2C | 48 |
| Octal | 327 | 246 | 230 | 0 | 27 | 35 | 20 | 15 | 54 | 110 |
| Binary | 11010111 | 10100110 | 10011000 | 0 | 10111 | 11101 | 10000 | 1101 | 101100 | 1001000 |
Color Harmonies of #D7A698
Complementary color
Monochromatic Colors of #D7A698
Black with #D7A698
Text Example
Text Example
White with #D7A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A698; }
p { color: rgb(215,166,152); }
H1.HeaderClassName
{
color: #D7A698;
}
.AnyTagClassName
{
color: #D7A698;
}
</style>
background-color css
<style>
a { background-color: #D7A698; }
a { background-color: rgb(215,166,152); }
div.DivClassName
{
background-color: #D7A698;
}
.BgClassName
{
background-color: #D7A698;
}
</style>
border-color css
<style>
span { border-color: #D7A698; }
span { border-color: rgb(215,166,152); }
td.TdClassName
{
border-color: #D7A698;
}
.TagClassName
{
border-color: #D7A698;
}
</style>