Shades of Pink Flare #CFB9BA
Tints of Pink Flare #CFB9BA
RGB
CMYK
RGB Variations
Color information
#CFB9BA (or 0xCFB9BA) is known color: Pink Flare. HEX triplet: CF, B9 and BA. RGB value is (207,185,186). Sum of RGB (Red+Green+Blue) = 207+185+186=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BA is #304645. Grayscale: #BFBFBF. Windows color (decimal): -3163718 or 12237263. OLE color: 12237263.
HSL color Cylindrical-coordinate representation of color #CFB9BA: hue angle of 357.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9BA is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 186 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.19 |
| HSL | 357.27º | 0.19% | 0.77% | - |
| HSV(B) | 357.27º | 0.11% | 0.81% | - |
| XYZ | 51.94 | 51.51 | 53.66 | - |
| YUV | 191.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 186 | 0 | 0.11 | 0.10 | 0.19 | 357.27 | 0.19 | 0.77 |
| Hex | CF | B9 | BA | 0 | B | A | 13 | 165 | 13 | 4D |
| Octal | 317 | 271 | 272 | 0 | 13 | 12 | 23 | 545 | 23 | 115 |
| Binary | 11001111 | 10111001 | 10111010 | 0 | 1011 | 1010 | 10011 | 101100101 | 10011 | 1001101 |
Color Harmonies of #CFB9BA
Complementary color
Monochromatic Colors of #CFB9BA
Black with #CFB9BA
Text Example
Text Example
White with #CFB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9BA; }
p { color: rgb(207,185,186); }
H1.HeaderClassName
{
color: #CFB9BA;
}
.AnyTagClassName
{
color: #CFB9BA;
}
</style>
background-color css
<style>
a { background-color: #CFB9BA; }
a { background-color: rgb(207,185,186); }
div.DivClassName
{
background-color: #CFB9BA;
}
.BgClassName
{
background-color: #CFB9BA;
}
</style>
border-color css
<style>
span { border-color: #CFB9BA; }
span { border-color: rgb(207,185,186); }
td.TdClassName
{
border-color: #CFB9BA;
}
.TagClassName
{
border-color: #CFB9BA;
}
</style>