Shades of Rose #D69C91
Tints of Rose #D69C91
RGB
CMYK
RGB Variations
Color information
#D69C91 (or 0xD69C91) is known color: Rose. HEX triplet: D6, 9C and 91. RGB value is (214,156,145). Sum of RGB (Red+Green+Blue) = 214+156+145=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C91 is #29636E. Grayscale: #ACACAC. Windows color (decimal): -2712431 or 9542870. OLE color: 9542870.
HSL color Cylindrical-coordinate representation of color #D69C91: hue angle of 9.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69C91 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 145 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.16 |
| HSL | 9.57º | 0.46% | 0.7% | - |
| HSV(B) | 9.57º | 0.32% | 0.84% | - |
| XYZ | 44.73 | 40.12 | 32.17 | - |
| YUV | 172.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 145 | 0 | 0.27 | 0.32 | 0.16 | 9.57 | 0.46 | 0.7 |
| Hex | D6 | 9C | 91 | 0 | 1B | 20 | 10 | A | 2E | 46 |
| Octal | 326 | 234 | 221 | 0 | 33 | 40 | 20 | 12 | 56 | 106 |
| Binary | 11010110 | 10011100 | 10010001 | 0 | 11011 | 100000 | 10000 | 1010 | 101110 | 1000110 |
Color Harmonies of #D69C91
Complementary color
Monochromatic Colors of #D69C91
Black with #D69C91
Text Example
Text Example
White with #D69C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C91; }
p { color: rgb(214,156,145); }
H1.HeaderClassName
{
color: #D69C91;
}
.AnyTagClassName
{
color: #D69C91;
}
</style>
background-color css
<style>
a { background-color: #D69C91; }
a { background-color: rgb(214,156,145); }
div.DivClassName
{
background-color: #D69C91;
}
.BgClassName
{
background-color: #D69C91;
}
</style>
border-color css
<style>
span { border-color: #D69C91; }
span { border-color: rgb(214,156,145); }
td.TdClassName
{
border-color: #D69C91;
}
.TagClassName
{
border-color: #D69C91;
}
</style>