Shades of Pink Flare #CFB9BD
Tints of Pink Flare #CFB9BD
RGB
CMYK
RGB Variations
Color information
#CFB9BD (or 0xCFB9BD) is known color: Pink Flare. HEX triplet: CF, B9 and BD. RGB value is (207,185,189). Sum of RGB (Red+Green+Blue) = 207+185+189=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BD is #304642. Grayscale: #C0C0C0. Windows color (decimal): -3163715 or 12433871. OLE color: 12433871.
HSL color Cylindrical-coordinate representation of color #CFB9BD: hue angle of 349.09º 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 #CFB9BD is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 189 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.19 |
| HSL | 349.09º | 0.19% | 0.77% | - |
| HSV(B) | 349.09º | 0.11% | 0.81% | - |
| XYZ | 52.27 | 51.64 | 55.36 | - |
| YUV | 192.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 189 | 0 | 0.11 | 0.09 | 0.19 | 349.09 | 0.19 | 0.77 |
| Hex | CF | B9 | BD | 0 | B | 9 | 13 | 15D | 13 | 4D |
| Octal | 317 | 271 | 275 | 0 | 13 | 11 | 23 | 535 | 23 | 115 |
| Binary | 11001111 | 10111001 | 10111101 | 0 | 1011 | 1001 | 10011 | 101011101 | 10011 | 1001101 |
Color Harmonies of #CFB9BD
Complementary color
Monochromatic Colors of #CFB9BD
Black with #CFB9BD
Text Example
Text Example
White with #CFB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9BD; }
p { color: rgb(207,185,189); }
H1.HeaderClassName
{
color: #CFB9BD;
}
.AnyTagClassName
{
color: #CFB9BD;
}
</style>
background-color css
<style>
a { background-color: #CFB9BD; }
a { background-color: rgb(207,185,189); }
div.DivClassName
{
background-color: #CFB9BD;
}
.BgClassName
{
background-color: #CFB9BD;
}
</style>
border-color css
<style>
span { border-color: #CFB9BD; }
span { border-color: rgb(207,185,189); }
td.TdClassName
{
border-color: #CFB9BD;
}
.TagClassName
{
border-color: #CFB9BD;
}
</style>