Shades of Rose #DCA095
Tints of Rose #DCA095
RGB
CMYK
RGB Variations
Color information
#DCA095 (or 0xDCA095) is known color: Rose. HEX triplet: DC, A0 and 95. RGB value is (220,160,149). Sum of RGB (Red+Green+Blue) = 220+160+149=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA095 is #235F6A. Grayscale: #B0B0B0. Windows color (decimal): -2318187 or 9806044. OLE color: 9806044.
HSL color Cylindrical-coordinate representation of color #DCA095: hue angle of 9.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA095 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 149 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.14 |
| HSL | 9.3º | 0.5% | 0.72% | - |
| HSV(B) | 9.3º | 0.32% | 0.86% | - |
| XYZ | 47.51 | 42.53 | 34.14 | - |
| YUV | 176.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 149 | 0 | 0.27 | 0.32 | 0.14 | 9.3 | 0.5 | 0.72 |
| Hex | DC | A0 | 95 | 0 | 1B | 20 | E | 9 | 32 | 48 |
| Octal | 334 | 240 | 225 | 0 | 33 | 40 | 16 | 11 | 62 | 110 |
| Binary | 11011100 | 10100000 | 10010101 | 0 | 11011 | 100000 | 1110 | 1001 | 110010 | 1001000 |
Color Harmonies of #DCA095
Complementary color
Monochromatic Colors of #DCA095
Black with #DCA095
Text Example
Text Example
White with #DCA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA095; }
p { color: rgb(220,160,149); }
H1.HeaderClassName
{
color: #DCA095;
}
.AnyTagClassName
{
color: #DCA095;
}
</style>
background-color css
<style>
a { background-color: #DCA095; }
a { background-color: rgb(220,160,149); }
div.DivClassName
{
background-color: #DCA095;
}
.BgClassName
{
background-color: #DCA095;
}
</style>
border-color css
<style>
span { border-color: #DCA095; }
span { border-color: rgb(220,160,149); }
td.TdClassName
{
border-color: #DCA095;
}
.TagClassName
{
border-color: #DCA095;
}
</style>