Shades of Pink Flare #C9B9BA
Tints of Pink Flare #C9B9BA
RGB
CMYK
RGB Variations
Color information
#C9B9BA (or 0xC9B9BA) is known color: Pink Flare. HEX triplet: C9, B9 and BA. RGB value is (201,185,186). Sum of RGB (Red+Green+Blue) = 201+185+186=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BA is #364645. Grayscale: #BDBDBD. Windows color (decimal): -3556934 or 12237257. OLE color: 12237257.
HSL color Cylindrical-coordinate representation of color #C9B9BA: hue angle of 356.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9B9BA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 186 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.21 |
| HSL | 356.25º | 0.13% | 0.76% | - |
| HSV(B) | 356.25º | 0.08% | 0.79% | - |
| XYZ | 50.3 | 50.66 | 53.58 | - |
| YUV | 189.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 186 | 0 | 0.08 | 0.07 | 0.21 | 356.25 | 0.13 | 0.76 |
| Hex | C9 | B9 | BA | 0 | 8 | 7 | 15 | 164 | D | 4C |
| Octal | 311 | 271 | 272 | 0 | 10 | 7 | 25 | 544 | 15 | 114 |
| Binary | 11001001 | 10111001 | 10111010 | 0 | 1000 | 111 | 10101 | 101100100 | 1101 | 1001100 |
Color Harmonies of #C9B9BA
Complementary color
Monochromatic Colors of #C9B9BA
Black with #C9B9BA
Text Example
Text Example
White with #C9B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9BA; }
p { color: rgb(201,185,186); }
H1.HeaderClassName
{
color: #C9B9BA;
}
.AnyTagClassName
{
color: #C9B9BA;
}
</style>
background-color css
<style>
a { background-color: #C9B9BA; }
a { background-color: rgb(201,185,186); }
div.DivClassName
{
background-color: #C9B9BA;
}
.BgClassName
{
background-color: #C9B9BA;
}
</style>
border-color css
<style>
span { border-color: #C9B9BA; }
span { border-color: rgb(201,185,186); }
td.TdClassName
{
border-color: #C9B9BA;
}
.TagClassName
{
border-color: #C9B9BA;
}
</style>