Shades of Pink Flare #C7BBBD
Tints of Pink Flare #C7BBBD
RGB
CMYK
RGB Variations
Color information
#C7BBBD (or 0xC7BBBD) is known color: Pink Flare. HEX triplet: C7, BB and BD. RGB value is (199,187,189). Sum of RGB (Red+Green+Blue) = 199+187+189=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBBD is #384442. Grayscale: #BEBEBE. Windows color (decimal): -3687491 or 12434375. OLE color: 12434375.
HSL color Cylindrical-coordinate representation of color #C7BBBD: hue angle of 350º degrees, saturation: 0.1, 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 #C7BBBD is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 189 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.22 |
| HSL | 350º | 0.1% | 0.76% | - |
| HSV(B) | 350º | 0.06% | 0.78% | - |
| XYZ | 50.51 | 51.36 | 55.39 | - |
| YUV | 190.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 189 | 0 | 0.06 | 0.05 | 0.22 | 350 | 0.1 | 0.76 |
| Hex | C7 | BB | BD | 0 | 6 | 5 | 16 | 15E | A | 4C |
| Octal | 307 | 273 | 275 | 0 | 6 | 5 | 26 | 536 | 12 | 114 |
| Binary | 11000111 | 10111011 | 10111101 | 0 | 110 | 101 | 10110 | 101011110 | 1010 | 1001100 |
Color Harmonies of #C7BBBD
Complementary color
Monochromatic Colors of #C7BBBD
Black with #C7BBBD
Text Example
Text Example
White with #C7BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBBD; }
p { color: rgb(199,187,189); }
H1.HeaderClassName
{
color: #C7BBBD;
}
.AnyTagClassName
{
color: #C7BBBD;
}
</style>
background-color css
<style>
a { background-color: #C7BBBD; }
a { background-color: rgb(199,187,189); }
div.DivClassName
{
background-color: #C7BBBD;
}
.BgClassName
{
background-color: #C7BBBD;
}
</style>
border-color css
<style>
span { border-color: #C7BBBD; }
span { border-color: rgb(199,187,189); }
td.TdClassName
{
border-color: #C7BBBD;
}
.TagClassName
{
border-color: #C7BBBD;
}
</style>