Shades of Rose #D5A596
Tints of Rose #D5A596
RGB
CMYK
RGB Variations
Color information
#D5A596 (or 0xD5A596) is known color: Rose. HEX triplet: D5, A5 and 96. RGB value is (213,165,150). Sum of RGB (Red+Green+Blue) = 213+165+150=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A596 is #2A5A69. Grayscale: #B1B1B1. Windows color (decimal): -2775658 or 9872853. OLE color: 9872853.
HSL color Cylindrical-coordinate representation of color #D5A596: hue angle of 14.29º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5A596 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 150 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.16 |
| HSL | 14.29º | 0.43% | 0.71% | - |
| HSV(B) | 14.29º | 0.3% | 0.84% | - |
| XYZ | 46.4 | 43.26 | 34.76 | - |
| YUV | 177.64 | 112.4 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 150 | 0 | 0.23 | 0.30 | 0.16 | 14.29 | 0.43 | 0.71 |
| Hex | D5 | A5 | 96 | 0 | 17 | 1E | 10 | E | 2B | 47 |
| Octal | 325 | 245 | 226 | 0 | 27 | 36 | 20 | 16 | 53 | 107 |
| Binary | 11010101 | 10100101 | 10010110 | 0 | 10111 | 11110 | 10000 | 1110 | 101011 | 1000111 |
Color Harmonies of #D5A596
Complementary color
Monochromatic Colors of #D5A596
Black with #D5A596
Text Example
Text Example
White with #D5A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A596; }
p { color: rgb(213,165,150); }
H1.HeaderClassName
{
color: #D5A596;
}
.AnyTagClassName
{
color: #D5A596;
}
</style>
background-color css
<style>
a { background-color: #D5A596; }
a { background-color: rgb(213,165,150); }
div.DivClassName
{
background-color: #D5A596;
}
.BgClassName
{
background-color: #D5A596;
}
</style>
border-color css
<style>
span { border-color: #D5A596; }
span { border-color: rgb(213,165,150); }
td.TdClassName
{
border-color: #D5A596;
}
.TagClassName
{
border-color: #D5A596;
}
</style>