Shades of Pink Flare #CFBCBD
Tints of Pink Flare #CFBCBD
RGB
CMYK
RGB Variations
Color information
#CFBCBD (or 0xCFBCBD) is known color: Pink Flare. HEX triplet: CF, BC and BD. RGB value is (207,188,189). Sum of RGB (Red+Green+Blue) = 207+188+189=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCBD is #304342. Grayscale: #C1C1C1. Windows color (decimal): -3162947 or 12434639. OLE color: 12434639.
HSL color Cylindrical-coordinate representation of color #CFBCBD: hue angle of 356.84º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBCBD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 189 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.19 |
| HSL | 356.84º | 0.17% | 0.77% | - |
| HSV(B) | 356.84º | 0.09% | 0.81% | - |
| XYZ | 52.9 | 52.91 | 55.57 | - |
| YUV | 193.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 189 | 0 | 0.09 | 0.09 | 0.19 | 356.84 | 0.17 | 0.77 |
| Hex | CF | BC | BD | 0 | 9 | 9 | 13 | 165 | 11 | 4D |
| Octal | 317 | 274 | 275 | 0 | 11 | 11 | 23 | 545 | 21 | 115 |
| Binary | 11001111 | 10111100 | 10111101 | 0 | 1001 | 1001 | 10011 | 101100101 | 10001 | 1001101 |
Color Harmonies of #CFBCBD
Complementary color
Monochromatic Colors of #CFBCBD
Black with #CFBCBD
Text Example
Text Example
White with #CFBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCBD; }
p { color: rgb(207,188,189); }
H1.HeaderClassName
{
color: #CFBCBD;
}
.AnyTagClassName
{
color: #CFBCBD;
}
</style>
background-color css
<style>
a { background-color: #CFBCBD; }
a { background-color: rgb(207,188,189); }
div.DivClassName
{
background-color: #CFBCBD;
}
.BgClassName
{
background-color: #CFBCBD;
}
</style>
border-color css
<style>
span { border-color: #CFBCBD; }
span { border-color: rgb(207,188,189); }
td.TdClassName
{
border-color: #CFBCBD;
}
.TagClassName
{
border-color: #CFBCBD;
}
</style>