Shades of Pink Flare #C9BDBF
Tints of Pink Flare #C9BDBF
RGB
CMYK
RGB Variations
Color information
#C9BDBF (or 0xC9BDBF) is known color: Pink Flare. HEX triplet: C9, BD and BF. RGB value is (201,189,191). Sum of RGB (Red+Green+Blue) = 201+189+191=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBF is #364240. Grayscale: #C0C0C0. Windows color (decimal): -3555905 or 12565961. OLE color: 12565961.
HSL color Cylindrical-coordinate representation of color #C9BDBF: hue angle of 350º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BDBF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 191 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.21 |
| HSL | 350º | 0.1% | 0.76% | - |
| HSV(B) | 350º | 0.06% | 0.79% | - |
| XYZ | 51.69 | 52.57 | 56.71 | - |
| YUV | 192.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 191 | 0 | 0.06 | 0.05 | 0.21 | 350 | 0.1 | 0.76 |
| Hex | C9 | BD | BF | 0 | 6 | 5 | 15 | 15E | A | 4C |
| Octal | 311 | 275 | 277 | 0 | 6 | 5 | 25 | 536 | 12 | 114 |
| Binary | 11001001 | 10111101 | 10111111 | 0 | 110 | 101 | 10101 | 101011110 | 1010 | 1001100 |
Color Harmonies of #C9BDBF
Complementary color
Monochromatic Colors of #C9BDBF
Black with #C9BDBF
Text Example
Text Example
White with #C9BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDBF; }
p { color: rgb(201,189,191); }
H1.HeaderClassName
{
color: #C9BDBF;
}
.AnyTagClassName
{
color: #C9BDBF;
}
</style>
background-color css
<style>
a { background-color: #C9BDBF; }
a { background-color: rgb(201,189,191); }
div.DivClassName
{
background-color: #C9BDBF;
}
.BgClassName
{
background-color: #C9BDBF;
}
</style>
border-color css
<style>
span { border-color: #C9BDBF; }
span { border-color: rgb(201,189,191); }
td.TdClassName
{
border-color: #C9BDBF;
}
.TagClassName
{
border-color: #C9BDBF;
}
</style>