Shades of Pink Flare #D1BFC0
Tints of Pink Flare #D1BFC0
RGB
CMYK
RGB Variations
Color information
#D1BFC0 (or 0xD1BFC0) is known color: Pink Flare. HEX triplet: D1, BF and C0. RGB value is (209,191,192). Sum of RGB (Red+Green+Blue) = 209+191+192=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFC0 is #2E403F. Grayscale: #C4C4C4. Windows color (decimal): -3031104 or 12632017. OLE color: 12632017.
HSL color Cylindrical-coordinate representation of color #D1BFC0: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BFC0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 192 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.18 |
| HSL | 356.67º | 0.16% | 0.78% | - |
| HSV(B) | 356.67º | 0.09% | 0.82% | - |
| XYZ | 54.44 | 54.62 | 57.54 | - |
| YUV | 196.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 192 | 0 | 0.09 | 0.08 | 0.18 | 356.67 | 0.16 | 0.78 |
| Hex | D1 | BF | C0 | 0 | 9 | 8 | 12 | 165 | 10 | 4E |
| Octal | 321 | 277 | 300 | 0 | 11 | 10 | 22 | 545 | 20 | 116 |
| Binary | 11010001 | 10111111 | 11000000 | 0 | 1001 | 1000 | 10010 | 101100101 | 10000 | 1001110 |
Color Harmonies of #D1BFC0
Complementary color
Monochromatic Colors of #D1BFC0
Black with #D1BFC0
Text Example
Text Example
White with #D1BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFC0; }
p { color: rgb(209,191,192); }
H1.HeaderClassName
{
color: #D1BFC0;
}
.AnyTagClassName
{
color: #D1BFC0;
}
</style>
background-color css
<style>
a { background-color: #D1BFC0; }
a { background-color: rgb(209,191,192); }
div.DivClassName
{
background-color: #D1BFC0;
}
.BgClassName
{
background-color: #D1BFC0;
}
</style>
border-color css
<style>
span { border-color: #D1BFC0; }
span { border-color: rgb(209,191,192); }
td.TdClassName
{
border-color: #D1BFC0;
}
.TagClassName
{
border-color: #D1BFC0;
}
</style>