Shades of Rose #D59C8C
Tints of Rose #D59C8C
RGB
CMYK
RGB Variations
Color information
#D59C8C (or 0xD59C8C) is known color: Rose. HEX triplet: D5, 9C and 8C. RGB value is (213,156,140). Sum of RGB (Red+Green+Blue) = 213+156+140=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C8C is #2A6373. Grayscale: #ABABAB. Windows color (decimal): -2777972 or 9215189. OLE color: 9215189.
HSL color Cylindrical-coordinate representation of color #D59C8C: hue angle of 13.15º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59C8C is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 140 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.16 |
| HSL | 13.15º | 0.46% | 0.69% | - |
| HSV(B) | 13.15º | 0.34% | 0.84% | - |
| XYZ | 44.06 | 39.82 | 30.17 | - |
| YUV | 171.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 140 | 0 | 0.27 | 0.34 | 0.16 | 13.15 | 0.46 | 0.69 |
| Hex | D5 | 9C | 8C | 0 | 1B | 22 | 10 | D | 2E | 45 |
| Octal | 325 | 234 | 214 | 0 | 33 | 42 | 20 | 15 | 56 | 105 |
| Binary | 11010101 | 10011100 | 10001100 | 0 | 11011 | 100010 | 10000 | 1101 | 101110 | 1000101 |
Color Harmonies of #D59C8C
Complementary color
Monochromatic Colors of #D59C8C
Black with #D59C8C
Text Example
Text Example
White with #D59C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C8C; }
p { color: rgb(213,156,140); }
H1.HeaderClassName
{
color: #D59C8C;
}
.AnyTagClassName
{
color: #D59C8C;
}
</style>
background-color css
<style>
a { background-color: #D59C8C; }
a { background-color: rgb(213,156,140); }
div.DivClassName
{
background-color: #D59C8C;
}
.BgClassName
{
background-color: #D59C8C;
}
</style>
border-color css
<style>
span { border-color: #D59C8C; }
span { border-color: rgb(213,156,140); }
td.TdClassName
{
border-color: #D59C8C;
}
.TagClassName
{
border-color: #D59C8C;
}
</style>