Shades of Rose #D5A098
Tints of Rose #D5A098
RGB
CMYK
RGB Variations
Color information
#D5A098 (or 0xD5A098) is known color: Rose. HEX triplet: D5, A0 and 98. RGB value is (213,160,152). Sum of RGB (Red+Green+Blue) = 213+160+152=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A098 is #2A5F67. Grayscale: #AFAFAF. Windows color (decimal): -2776936 or 10002645. OLE color: 10002645.
HSL color Cylindrical-coordinate representation of color #D5A098: hue angle of 7.87º 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 #D5A098 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 152 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.16 |
| HSL | 7.87º | 0.42% | 0.72% | - |
| HSV(B) | 7.87º | 0.29% | 0.84% | - |
| XYZ | 45.68 | 41.55 | 35.32 | - |
| YUV | 174.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 152 | 0 | 0.25 | 0.29 | 0.16 | 7.87 | 0.42 | 0.72 |
| Hex | D5 | A0 | 98 | 0 | 19 | 1D | 10 | 8 | 2A | 48 |
| Octal | 325 | 240 | 230 | 0 | 31 | 35 | 20 | 10 | 52 | 110 |
| Binary | 11010101 | 10100000 | 10011000 | 0 | 11001 | 11101 | 10000 | 1000 | 101010 | 1001000 |
Color Harmonies of #D5A098
Complementary color
Monochromatic Colors of #D5A098
Black with #D5A098
Text Example
Text Example
White with #D5A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A098; }
p { color: rgb(213,160,152); }
H1.HeaderClassName
{
color: #D5A098;
}
.AnyTagClassName
{
color: #D5A098;
}
</style>
background-color css
<style>
a { background-color: #D5A098; }
a { background-color: rgb(213,160,152); }
div.DivClassName
{
background-color: #D5A098;
}
.BgClassName
{
background-color: #D5A098;
}
</style>
border-color css
<style>
span { border-color: #D5A098; }
span { border-color: rgb(213,160,152); }
td.TdClassName
{
border-color: #D5A098;
}
.TagClassName
{
border-color: #D5A098;
}
</style>