Shades of Pink Flare #D6BFC0
Tints of Pink Flare #D6BFC0
RGB
CMYK
RGB Variations
Color information
#D6BFC0 (or 0xD6BFC0) is known color: Pink Flare. HEX triplet: D6, BF and C0. RGB value is (214,191,192). Sum of RGB (Red+Green+Blue) = 214+191+192=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFC0 is #29403F. Grayscale: #C6C6C6. Windows color (decimal): -2703424 or 12632022. OLE color: 12632022.
HSL color Cylindrical-coordinate representation of color #D6BFC0: hue angle of 357.39º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BFC0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 192 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.16 |
| HSL | 357.39º | 0.22% | 0.79% | - |
| HSV(B) | 357.39º | 0.11% | 0.84% | - |
| XYZ | 55.88 | 55.36 | 57.61 | - |
| YUV | 197.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 192 | 0 | 0.11 | 0.10 | 0.16 | 357.39 | 0.22 | 0.79 |
| Hex | D6 | BF | C0 | 0 | B | A | 10 | 165 | 16 | 4F |
| Octal | 326 | 277 | 300 | 0 | 13 | 12 | 20 | 545 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11000000 | 0 | 1011 | 1010 | 10000 | 101100101 | 10110 | 1001111 |
Color Harmonies of #D6BFC0
Complementary color
Monochromatic Colors of #D6BFC0
Black with #D6BFC0
Text Example
Text Example
White with #D6BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFC0; }
p { color: rgb(214,191,192); }
H1.HeaderClassName
{
color: #D6BFC0;
}
.AnyTagClassName
{
color: #D6BFC0;
}
</style>
background-color css
<style>
a { background-color: #D6BFC0; }
a { background-color: rgb(214,191,192); }
div.DivClassName
{
background-color: #D6BFC0;
}
.BgClassName
{
background-color: #D6BFC0;
}
</style>
border-color css
<style>
span { border-color: #D6BFC0; }
span { border-color: rgb(214,191,192); }
td.TdClassName
{
border-color: #D6BFC0;
}
.TagClassName
{
border-color: #D6BFC0;
}
</style>