Shades of Pink Flare #D7B8BA
Tints of Pink Flare #D7B8BA
RGB
CMYK
RGB Variations
Color information
#D7B8BA (or 0xD7B8BA) is known color: Pink Flare. HEX triplet: D7, B8 and BA. RGB value is (215,184,186). Sum of RGB (Red+Green+Blue) = 215+184+186=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B8BA is #284745. Grayscale: #C1C1C1. Windows color (decimal): -2639686 or 12237015. OLE color: 12237015.
HSL color Cylindrical-coordinate representation of color #D7B8BA: hue angle of 356.13º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B8BA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 186 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.16 |
| HSL | 356.13º | 0.28% | 0.78% | - |
| HSV(B) | 356.13º | 0.14% | 0.84% | - |
| XYZ | 54.03 | 52.27 | 53.7 | - |
| YUV | 193.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 186 | 0 | 0.14 | 0.13 | 0.16 | 356.13 | 0.28 | 0.78 |
| Hex | D7 | B8 | BA | 0 | E | D | 10 | 164 | 1C | 4E |
| Octal | 327 | 270 | 272 | 0 | 16 | 15 | 20 | 544 | 34 | 116 |
| Binary | 11010111 | 10111000 | 10111010 | 0 | 1110 | 1101 | 10000 | 101100100 | 11100 | 1001110 |
Color Harmonies of #D7B8BA
Complementary color
Monochromatic Colors of #D7B8BA
Black with #D7B8BA
Text Example
Text Example
White with #D7B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B8BA; }
p { color: rgb(215,184,186); }
H1.HeaderClassName
{
color: #D7B8BA;
}
.AnyTagClassName
{
color: #D7B8BA;
}
</style>
background-color css
<style>
a { background-color: #D7B8BA; }
a { background-color: rgb(215,184,186); }
div.DivClassName
{
background-color: #D7B8BA;
}
.BgClassName
{
background-color: #D7B8BA;
}
</style>
border-color css
<style>
span { border-color: #D7B8BA; }
span { border-color: rgb(215,184,186); }
td.TdClassName
{
border-color: #D7B8BA;
}
.TagClassName
{
border-color: #D7B8BA;
}
</style>