Shades of Pink Flare #CFBBBC
Tints of Pink Flare #CFBBBC
RGB
CMYK
RGB Variations
Color information
#CFBBBC (or 0xCFBBBC) is known color: Pink Flare. HEX triplet: CF, BB and BC. RGB value is (207,187,188). Sum of RGB (Red+Green+Blue) = 207+187+188=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBBC is #304443. Grayscale: #C1C1C1. Windows color (decimal): -3163204 or 12368847. OLE color: 12368847.
HSL color Cylindrical-coordinate representation of color #CFBBBC: hue angle of 357º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBBC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 188 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.19 |
| HSL | 357º | 0.17% | 0.77% | - |
| HSV(B) | 357º | 0.1% | 0.81% | - |
| XYZ | 52.58 | 52.44 | 54.93 | - |
| YUV | 193.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 188 | 0 | 0.10 | 0.09 | 0.19 | 357 | 0.17 | 0.77 |
| Hex | CF | BB | BC | 0 | A | 9 | 13 | 165 | 11 | 4D |
| Octal | 317 | 273 | 274 | 0 | 12 | 11 | 23 | 545 | 21 | 115 |
| Binary | 11001111 | 10111011 | 10111100 | 0 | 1010 | 1001 | 10011 | 101100101 | 10001 | 1001101 |
Color Harmonies of #CFBBBC
Complementary color
Monochromatic Colors of #CFBBBC
Black with #CFBBBC
Text Example
Text Example
White with #CFBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBBC; }
p { color: rgb(207,187,188); }
H1.HeaderClassName
{
color: #CFBBBC;
}
.AnyTagClassName
{
color: #CFBBBC;
}
</style>
background-color css
<style>
a { background-color: #CFBBBC; }
a { background-color: rgb(207,187,188); }
div.DivClassName
{
background-color: #CFBBBC;
}
.BgClassName
{
background-color: #CFBBBC;
}
</style>
border-color css
<style>
span { border-color: #CFBBBC; }
span { border-color: rgb(207,187,188); }
td.TdClassName
{
border-color: #CFBBBC;
}
.TagClassName
{
border-color: #CFBBBC;
}
</style>