Shades of Pink Flare #C7BCBD
Tints of Pink Flare #C7BCBD
RGB
CMYK
RGB Variations
Color information
#C7BCBD (or 0xC7BCBD) is known color: Pink Flare. HEX triplet: C7, BC and BD. RGB value is (199,188,189). Sum of RGB (Red+Green+Blue) = 199+188+189=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCBD is #384342. Grayscale: #BFBFBF. Windows color (decimal): -3687235 or 12434631. OLE color: 12434631.
HSL color Cylindrical-coordinate representation of color #C7BCBD: hue angle of 354.55º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BCBD is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 189 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.22 |
| HSL | 354.55º | 0.09% | 0.76% | - |
| HSV(B) | 354.55º | 0.06% | 0.78% | - |
| XYZ | 50.72 | 51.78 | 55.47 | - |
| YUV | 191.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 189 | 0 | 0.06 | 0.05 | 0.22 | 354.55 | 0.09 | 0.76 |
| Hex | C7 | BC | BD | 0 | 6 | 5 | 16 | 163 | 9 | 4C |
| Octal | 307 | 274 | 275 | 0 | 6 | 5 | 26 | 543 | 11 | 114 |
| Binary | 11000111 | 10111100 | 10111101 | 0 | 110 | 101 | 10110 | 101100011 | 1001 | 1001100 |
Color Harmonies of #C7BCBD
Complementary color
Monochromatic Colors of #C7BCBD
Black with #C7BCBD
Text Example
Text Example
White with #C7BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCBD; }
p { color: rgb(199,188,189); }
H1.HeaderClassName
{
color: #C7BCBD;
}
.AnyTagClassName
{
color: #C7BCBD;
}
</style>
background-color css
<style>
a { background-color: #C7BCBD; }
a { background-color: rgb(199,188,189); }
div.DivClassName
{
background-color: #C7BCBD;
}
.BgClassName
{
background-color: #C7BCBD;
}
</style>
border-color css
<style>
span { border-color: #C7BCBD; }
span { border-color: rgb(199,188,189); }
td.TdClassName
{
border-color: #C7BCBD;
}
.TagClassName
{
border-color: #C7BCBD;
}
</style>