Shades of Rose #D29D92
Tints of Rose #D29D92
RGB
CMYK
RGB Variations
Color information
#D29D92 (or 0xD29D92) is known color: Rose. HEX triplet: D2, 9D and 92. RGB value is (210,157,146). Sum of RGB (Red+Green+Blue) = 210+157+146=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D92 is #2D626D. Grayscale: #ABABAB. Windows color (decimal): -2974318 or 9608658. OLE color: 9608658.
HSL color Cylindrical-coordinate representation of color #D29D92: hue angle of 10.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29D92 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 146 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.18 |
| HSL | 10.31º | 0.42% | 0.7% | - |
| HSV(B) | 10.31º | 0.3% | 0.82% | - |
| XYZ | 43.82 | 39.89 | 32.58 | - |
| YUV | 171.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 146 | 0 | 0.25 | 0.30 | 0.18 | 10.31 | 0.42 | 0.7 |
| Hex | D2 | 9D | 92 | 0 | 19 | 1E | 12 | A | 2A | 46 |
| Octal | 322 | 235 | 222 | 0 | 31 | 36 | 22 | 12 | 52 | 106 |
| Binary | 11010010 | 10011101 | 10010010 | 0 | 11001 | 11110 | 10010 | 1010 | 101010 | 1000110 |
Color Harmonies of #D29D92
Complementary color
Monochromatic Colors of #D29D92
Black with #D29D92
Text Example
Text Example
White with #D29D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D92; }
p { color: rgb(210,157,146); }
H1.HeaderClassName
{
color: #D29D92;
}
.AnyTagClassName
{
color: #D29D92;
}
</style>
background-color css
<style>
a { background-color: #D29D92; }
a { background-color: rgb(210,157,146); }
div.DivClassName
{
background-color: #D29D92;
}
.BgClassName
{
background-color: #D29D92;
}
</style>
border-color css
<style>
span { border-color: #D29D92; }
span { border-color: rgb(210,157,146); }
td.TdClassName
{
border-color: #D29D92;
}
.TagClassName
{
border-color: #D29D92;
}
</style>