Shades of Pink Flare #CFB7BB
Tints of Pink Flare #CFB7BB
RGB
CMYK
RGB Variations
Color information
#CFB7BB (or 0xCFB7BB) is known color: Pink Flare. HEX triplet: CF, B7 and BB. RGB value is (207,183,187). Sum of RGB (Red+Green+Blue) = 207+183+187=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7BB is #304844. Grayscale: #BEBEBE. Windows color (decimal): -3164229 or 12302287. OLE color: 12302287.
HSL color Cylindrical-coordinate representation of color #CFB7BB: hue angle of 350º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB7BB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 187 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.19 |
| HSL | 350º | 0.2% | 0.76% | - |
| HSV(B) | 350º | 0.12% | 0.81% | - |
| XYZ | 51.64 | 50.72 | 54.08 | - |
| YUV | 190.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 187 | 0 | 0.12 | 0.10 | 0.19 | 350 | 0.2 | 0.76 |
| Hex | CF | B7 | BB | 0 | C | A | 13 | 15E | 14 | 4C |
| Octal | 317 | 267 | 273 | 0 | 14 | 12 | 23 | 536 | 24 | 114 |
| Binary | 11001111 | 10110111 | 10111011 | 0 | 1100 | 1010 | 10011 | 101011110 | 10100 | 1001100 |
Color Harmonies of #CFB7BB
Complementary color
Monochromatic Colors of #CFB7BB
Black with #CFB7BB
Text Example
Text Example
White with #CFB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7BB; }
p { color: rgb(207,183,187); }
H1.HeaderClassName
{
color: #CFB7BB;
}
.AnyTagClassName
{
color: #CFB7BB;
}
</style>
background-color css
<style>
a { background-color: #CFB7BB; }
a { background-color: rgb(207,183,187); }
div.DivClassName
{
background-color: #CFB7BB;
}
.BgClassName
{
background-color: #CFB7BB;
}
</style>
border-color css
<style>
span { border-color: #CFB7BB; }
span { border-color: rgb(207,183,187); }
td.TdClassName
{
border-color: #CFB7BB;
}
.TagClassName
{
border-color: #CFB7BB;
}
</style>