Shades of Rose #D59C88
Tints of Rose #D59C88
RGB
CMYK
RGB Variations
Color information
#D59C88 (or 0xD59C88) is known color: Rose. HEX triplet: D5, 9C and 88. RGB value is (213,156,136). Sum of RGB (Red+Green+Blue) = 213+156+136=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C88 is #2A6377. Grayscale: #AAAAAA. Windows color (decimal): -2777976 or 8953045. OLE color: 8953045.
HSL color Cylindrical-coordinate representation of color #D59C88: hue angle of 15.58º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59C88 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 136 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.16 |
| HSL | 15.58º | 0.48% | 0.68% | - |
| HSV(B) | 15.58º | 0.36% | 0.84% | - |
| XYZ | 43.77 | 39.7 | 28.65 | - |
| YUV | 170.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 136 | 0 | 0.27 | 0.36 | 0.16 | 15.58 | 0.48 | 0.68 |
| Hex | D5 | 9C | 88 | 0 | 1B | 24 | 10 | 10 | 30 | 44 |
| Octal | 325 | 234 | 210 | 0 | 33 | 44 | 20 | 20 | 60 | 104 |
| Binary | 11010101 | 10011100 | 10001000 | 0 | 11011 | 100100 | 10000 | 10000 | 110000 | 1000100 |
Color Harmonies of #D59C88
Complementary color
Monochromatic Colors of #D59C88
Black with #D59C88
Text Example
Text Example
White with #D59C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C88; }
p { color: rgb(213,156,136); }
H1.HeaderClassName
{
color: #D59C88;
}
.AnyTagClassName
{
color: #D59C88;
}
</style>
background-color css
<style>
a { background-color: #D59C88; }
a { background-color: rgb(213,156,136); }
div.DivClassName
{
background-color: #D59C88;
}
.BgClassName
{
background-color: #D59C88;
}
</style>
border-color css
<style>
span { border-color: #D59C88; }
span { border-color: rgb(213,156,136); }
td.TdClassName
{
border-color: #D59C88;
}
.TagClassName
{
border-color: #D59C88;
}
</style>