Shades of Rose #D5A598
Tints of Rose #D5A598
RGB
CMYK
RGB Variations
Color information
#D5A598 (or 0xD5A598) is known color: Rose. HEX triplet: D5, A5 and 98. RGB value is (213,165,152). Sum of RGB (Red+Green+Blue) = 213+165+152=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A598 is #2A5A67. Grayscale: #B1B1B1. Windows color (decimal): -2775656 or 10003925. OLE color: 10003925.
HSL color Cylindrical-coordinate representation of color #D5A598: hue angle of 12.79º 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 #D5A598 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 152 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.16 |
| HSL | 12.79º | 0.42% | 0.72% | - |
| HSV(B) | 12.79º | 0.29% | 0.84% | - |
| XYZ | 46.56 | 43.32 | 35.61 | - |
| YUV | 177.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 152 | 0 | 0.23 | 0.29 | 0.16 | 12.79 | 0.42 | 0.72 |
| Hex | D5 | A5 | 98 | 0 | 17 | 1D | 10 | D | 2A | 48 |
| Octal | 325 | 245 | 230 | 0 | 27 | 35 | 20 | 15 | 52 | 110 |
| Binary | 11010101 | 10100101 | 10011000 | 0 | 10111 | 11101 | 10000 | 1101 | 101010 | 1001000 |
Color Harmonies of #D5A598
Complementary color
Monochromatic Colors of #D5A598
Black with #D5A598
Text Example
Text Example
White with #D5A598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A598; }
p { color: rgb(213,165,152); }
H1.HeaderClassName
{
color: #D5A598;
}
.AnyTagClassName
{
color: #D5A598;
}
</style>
background-color css
<style>
a { background-color: #D5A598; }
a { background-color: rgb(213,165,152); }
div.DivClassName
{
background-color: #D5A598;
}
.BgClassName
{
background-color: #D5A598;
}
</style>
border-color css
<style>
span { border-color: #D5A598; }
span { border-color: rgb(213,165,152); }
td.TdClassName
{
border-color: #D5A598;
}
.TagClassName
{
border-color: #D5A598;
}
</style>