Shades of Pink Flare #C9BBBE
Tints of Pink Flare #C9BBBE
RGB
CMYK
RGB Variations
Color information
#C9BBBE (or 0xC9BBBE) is known color: Pink Flare. HEX triplet: C9, BB and BE. RGB value is (201,187,190). Sum of RGB (Red+Green+Blue) = 201+187+190=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBE is #364441. Grayscale: #BFBFBF. Windows color (decimal): -3556418 or 12499913. OLE color: 12499913.
HSL color Cylindrical-coordinate representation of color #C9BBBE: hue angle of 347.14º 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 #C9BBBE is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 190 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.21 |
| HSL | 347.14º | 0.11% | 0.76% | - |
| HSV(B) | 347.14º | 0.07% | 0.79% | - |
| XYZ | 51.15 | 51.68 | 55.99 | - |
| YUV | 191.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 190 | 0 | 0.07 | 0.05 | 0.21 | 347.14 | 0.11 | 0.76 |
| Hex | C9 | BB | BE | 0 | 7 | 5 | 15 | 15B | B | 4C |
| Octal | 311 | 273 | 276 | 0 | 7 | 5 | 25 | 533 | 13 | 114 |
| Binary | 11001001 | 10111011 | 10111110 | 0 | 111 | 101 | 10101 | 101011011 | 1011 | 1001100 |
Color Harmonies of #C9BBBE
Complementary color
Monochromatic Colors of #C9BBBE
Black with #C9BBBE
Text Example
Text Example
White with #C9BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBBE; }
p { color: rgb(201,187,190); }
H1.HeaderClassName
{
color: #C9BBBE;
}
.AnyTagClassName
{
color: #C9BBBE;
}
</style>
background-color css
<style>
a { background-color: #C9BBBE; }
a { background-color: rgb(201,187,190); }
div.DivClassName
{
background-color: #C9BBBE;
}
.BgClassName
{
background-color: #C9BBBE;
}
</style>
border-color css
<style>
span { border-color: #C9BBBE; }
span { border-color: rgb(201,187,190); }
td.TdClassName
{
border-color: #C9BBBE;
}
.TagClassName
{
border-color: #C9BBBE;
}
</style>