Shades of Rose #D29C95
Tints of Rose #D29C95
RGB
CMYK
RGB Variations
Color information
#D29C95 (or 0xD29C95) is known color: Rose. HEX triplet: D2, 9C and 95. RGB value is (210,156,149). Sum of RGB (Red+Green+Blue) = 210+156+149=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C95 is #2D636A. Grayscale: #ABABAB. Windows color (decimal): -2974571 or 9805010. OLE color: 9805010.
HSL color Cylindrical-coordinate representation of color #D29C95: hue angle of 6.89º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29C95 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 149 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.18 |
| HSL | 6.89º | 0.4% | 0.7% | - |
| HSV(B) | 6.89º | 0.29% | 0.82% | - |
| XYZ | 43.89 | 39.65 | 33.77 | - |
| YUV | 171.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 149 | 0 | 0.26 | 0.29 | 0.18 | 6.89 | 0.4 | 0.7 |
| Hex | D2 | 9C | 95 | 0 | 1A | 1D | 12 | 7 | 28 | 46 |
| Octal | 322 | 234 | 225 | 0 | 32 | 35 | 22 | 7 | 50 | 106 |
| Binary | 11010010 | 10011100 | 10010101 | 0 | 11010 | 11101 | 10010 | 111 | 101000 | 1000110 |
Color Harmonies of #D29C95
Complementary color
Monochromatic Colors of #D29C95
Black with #D29C95
Text Example
Text Example
White with #D29C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C95; }
p { color: rgb(210,156,149); }
H1.HeaderClassName
{
color: #D29C95;
}
.AnyTagClassName
{
color: #D29C95;
}
</style>
background-color css
<style>
a { background-color: #D29C95; }
a { background-color: rgb(210,156,149); }
div.DivClassName
{
background-color: #D29C95;
}
.BgClassName
{
background-color: #D29C95;
}
</style>
border-color css
<style>
span { border-color: #D29C95; }
span { border-color: rgb(210,156,149); }
td.TdClassName
{
border-color: #D29C95;
}
.TagClassName
{
border-color: #D29C95;
}
</style>