Shades of Rose #DBA192
Tints of Rose #DBA192
RGB
CMYK
RGB Variations
Color information
#DBA192 (or 0xDBA192) is known color: Rose. HEX triplet: DB, A1 and 92. RGB value is (219,161,146). Sum of RGB (Red+Green+Blue) = 219+161+146=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA192 is #245E6D. Grayscale: #B0B0B0. Windows color (decimal): -2383470 or 9609691. OLE color: 9609691.
HSL color Cylindrical-coordinate representation of color #DBA192: hue angle of 12.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA192 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 146 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.14 |
| HSL | 12.33º | 0.5% | 0.72% | - |
| HSV(B) | 12.33º | 0.33% | 0.86% | - |
| XYZ | 47.15 | 42.63 | 32.94 | - |
| YUV | 176.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 146 | 0 | 0.26 | 0.33 | 0.14 | 12.33 | 0.5 | 0.72 |
| Hex | DB | A1 | 92 | 0 | 1A | 21 | E | C | 32 | 48 |
| Octal | 333 | 241 | 222 | 0 | 32 | 41 | 16 | 14 | 62 | 110 |
| Binary | 11011011 | 10100001 | 10010010 | 0 | 11010 | 100001 | 1110 | 1100 | 110010 | 1001000 |
Color Harmonies of #DBA192
Complementary color
Monochromatic Colors of #DBA192
Black with #DBA192
Text Example
Text Example
White with #DBA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA192; }
p { color: rgb(219,161,146); }
H1.HeaderClassName
{
color: #DBA192;
}
.AnyTagClassName
{
color: #DBA192;
}
</style>
background-color css
<style>
a { background-color: #DBA192; }
a { background-color: rgb(219,161,146); }
div.DivClassName
{
background-color: #DBA192;
}
.BgClassName
{
background-color: #DBA192;
}
</style>
border-color css
<style>
span { border-color: #DBA192; }
span { border-color: rgb(219,161,146); }
td.TdClassName
{
border-color: #DBA192;
}
.TagClassName
{
border-color: #DBA192;
}
</style>