Shades of Rose #DCA091
Tints of Rose #DCA091
RGB
CMYK
RGB Variations
Color information
#DCA091 (or 0xDCA091) is known color: Rose. HEX triplet: DC, A0 and 91. RGB value is (220,160,145). Sum of RGB (Red+Green+Blue) = 220+160+145=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA091 is #235F6E. Grayscale: #B0B0B0. Windows color (decimal): -2318191 or 9543900. OLE color: 9543900.
HSL color Cylindrical-coordinate representation of color #DCA091: hue angle of 12º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCA091 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 145 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.14 |
| HSL | 12º | 0.52% | 0.72% | - |
| HSV(B) | 12º | 0.34% | 0.86% | - |
| XYZ | 47.2 | 42.4 | 32.48 | - |
| YUV | 176.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 145 | 0 | 0.27 | 0.34 | 0.14 | 12 | 0.52 | 0.72 |
| Hex | DC | A0 | 91 | 0 | 1B | 22 | E | C | 34 | 48 |
| Octal | 334 | 240 | 221 | 0 | 33 | 42 | 16 | 14 | 64 | 110 |
| Binary | 11011100 | 10100000 | 10010001 | 0 | 11011 | 100010 | 1110 | 1100 | 110100 | 1001000 |
Color Harmonies of #DCA091
Complementary color
Monochromatic Colors of #DCA091
Black with #DCA091
Text Example
Text Example
White with #DCA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA091; }
p { color: rgb(220,160,145); }
H1.HeaderClassName
{
color: #DCA091;
}
.AnyTagClassName
{
color: #DCA091;
}
</style>
background-color css
<style>
a { background-color: #DCA091; }
a { background-color: rgb(220,160,145); }
div.DivClassName
{
background-color: #DCA091;
}
.BgClassName
{
background-color: #DCA091;
}
</style>
border-color css
<style>
span { border-color: #DCA091; }
span { border-color: rgb(220,160,145); }
td.TdClassName
{
border-color: #DCA091;
}
.TagClassName
{
border-color: #DCA091;
}
</style>