Shades of Pink Flare #C9BBBD
Tints of Pink Flare #C9BBBD
RGB
CMYK
RGB Variations
Color information
#C9BBBD (or 0xC9BBBD) is known color: Pink Flare. HEX triplet: C9, BB and BD. RGB value is (201,187,189). Sum of RGB (Red+Green+Blue) = 201+187+189=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBD is #364442. Grayscale: #BFBFBF. Windows color (decimal): -3556419 or 12434377. OLE color: 12434377.
HSL color Cylindrical-coordinate representation of color #C9BBBD: hue angle of 351.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BBBD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 189 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.21 |
| HSL | 351.43º | 0.11% | 0.76% | - |
| HSV(B) | 351.43º | 0.07% | 0.79% | - |
| XYZ | 51.04 | 51.63 | 55.42 | - |
| YUV | 191.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 189 | 0 | 0.07 | 0.06 | 0.21 | 351.43 | 0.11 | 0.76 |
| Hex | C9 | BB | BD | 0 | 7 | 6 | 15 | 15F | B | 4C |
| Octal | 311 | 273 | 275 | 0 | 7 | 6 | 25 | 537 | 13 | 114 |
| Binary | 11001001 | 10111011 | 10111101 | 0 | 111 | 110 | 10101 | 101011111 | 1011 | 1001100 |
Color Harmonies of #C9BBBD
Complementary color
Monochromatic Colors of #C9BBBD
Black with #C9BBBD
Text Example
Text Example
White with #C9BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBBD; }
p { color: rgb(201,187,189); }
H1.HeaderClassName
{
color: #C9BBBD;
}
.AnyTagClassName
{
color: #C9BBBD;
}
</style>
background-color css
<style>
a { background-color: #C9BBBD; }
a { background-color: rgb(201,187,189); }
div.DivClassName
{
background-color: #C9BBBD;
}
.BgClassName
{
background-color: #C9BBBD;
}
</style>
border-color css
<style>
span { border-color: #C9BBBD; }
span { border-color: rgb(201,187,189); }
td.TdClassName
{
border-color: #C9BBBD;
}
.TagClassName
{
border-color: #C9BBBD;
}
</style>