Shades of Pink Flare #DCB8BA
Tints of Pink Flare #DCB8BA
RGB
CMYK
RGB Variations
Color information
#DCB8BA (or 0xDCB8BA) is known color: Pink Flare. HEX triplet: DC, B8 and BA. RGB value is (220,184,186). Sum of RGB (Red+Green+Blue) = 220+184+186=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8BA is #234745. Grayscale: #C3C3C3. Windows color (decimal): -2312006 or 12237020. OLE color: 12237020.
HSL color Cylindrical-coordinate representation of color #DCB8BA: hue angle of 356.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8BA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 186 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.14 |
| HSL | 356.67º | 0.34% | 0.79% | - |
| HSV(B) | 356.67º | 0.16% | 0.86% | - |
| XYZ | 55.52 | 53.04 | 53.77 | - |
| YUV | 194.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 186 | 0 | 0.16 | 0.15 | 0.14 | 356.67 | 0.34 | 0.79 |
| Hex | DC | B8 | BA | 0 | 10 | F | E | 165 | 22 | 4F |
| Octal | 334 | 270 | 272 | 0 | 20 | 17 | 16 | 545 | 42 | 117 |
| Binary | 11011100 | 10111000 | 10111010 | 0 | 10000 | 1111 | 1110 | 101100101 | 100010 | 1001111 |
Color Harmonies of #DCB8BA
Complementary color
Monochromatic Colors of #DCB8BA
Black with #DCB8BA
Text Example
Text Example
White with #DCB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8BA; }
p { color: rgb(220,184,186); }
H1.HeaderClassName
{
color: #DCB8BA;
}
.AnyTagClassName
{
color: #DCB8BA;
}
</style>
background-color css
<style>
a { background-color: #DCB8BA; }
a { background-color: rgb(220,184,186); }
div.DivClassName
{
background-color: #DCB8BA;
}
.BgClassName
{
background-color: #DCB8BA;
}
</style>
border-color css
<style>
span { border-color: #DCB8BA; }
span { border-color: rgb(220,184,186); }
td.TdClassName
{
border-color: #DCB8BA;
}
.TagClassName
{
border-color: #DCB8BA;
}
</style>