Shades of Rose #D5A298
Tints of Rose #D5A298
RGB
CMYK
RGB Variations
Color information
#D5A298 (or 0xD5A298) is known color: Rose. HEX triplet: D5, A2 and 98. RGB value is (213,162,152). Sum of RGB (Red+Green+Blue) = 213+162+152=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A298 is #2A5D67. Grayscale: #B0B0B0. Windows color (decimal): -2776424 or 10003157. OLE color: 10003157.
HSL color Cylindrical-coordinate representation of color #D5A298: hue angle of 9.84º degrees, saturation: 0.42, 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 #D5A298 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 152 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.16 |
| HSL | 9.84º | 0.42% | 0.72% | - |
| HSV(B) | 9.84º | 0.29% | 0.84% | - |
| XYZ | 46.03 | 42.25 | 35.44 | - |
| YUV | 176.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 152 | 0 | 0.24 | 0.29 | 0.16 | 9.84 | 0.42 | 0.72 |
| Hex | D5 | A2 | 98 | 0 | 18 | 1D | 10 | A | 2A | 48 |
| Octal | 325 | 242 | 230 | 0 | 30 | 35 | 20 | 12 | 52 | 110 |
| Binary | 11010101 | 10100010 | 10011000 | 0 | 11000 | 11101 | 10000 | 1010 | 101010 | 1001000 |
Color Harmonies of #D5A298
Complementary color
Monochromatic Colors of #D5A298
Black with #D5A298
Text Example
Text Example
White with #D5A298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A298; }
p { color: rgb(213,162,152); }
H1.HeaderClassName
{
color: #D5A298;
}
.AnyTagClassName
{
color: #D5A298;
}
</style>
background-color css
<style>
a { background-color: #D5A298; }
a { background-color: rgb(213,162,152); }
div.DivClassName
{
background-color: #D5A298;
}
.BgClassName
{
background-color: #D5A298;
}
</style>
border-color css
<style>
span { border-color: #D5A298; }
span { border-color: rgb(213,162,152); }
td.TdClassName
{
border-color: #D5A298;
}
.TagClassName
{
border-color: #D5A298;
}
</style>