Shades of Pink Flare #C9BCBD
Tints of Pink Flare #C9BCBD
RGB
CMYK
RGB Variations
Color information
#C9BCBD (or 0xC9BCBD) is known color: Pink Flare. HEX triplet: C9, BC and BD. RGB value is (201,188,189). Sum of RGB (Red+Green+Blue) = 201+188+189=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCBD is #364342. Grayscale: #C0C0C0. Windows color (decimal): -3556163 or 12434633. OLE color: 12434633.
HSL color Cylindrical-coordinate representation of color #C9BCBD: hue angle of 355.38º degrees, saturation: 0.11, 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 #C9BCBD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 189 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.21 |
| HSL | 355.38º | 0.11% | 0.76% | - |
| HSV(B) | 355.38º | 0.06% | 0.79% | - |
| XYZ | 51.26 | 52.06 | 55.49 | - |
| YUV | 192 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 189 | 0 | 0.06 | 0.06 | 0.21 | 355.38 | 0.11 | 0.76 |
| Hex | C9 | BC | BD | 0 | 6 | 6 | 15 | 163 | B | 4C |
| Octal | 311 | 274 | 275 | 0 | 6 | 6 | 25 | 543 | 13 | 114 |
| Binary | 11001001 | 10111100 | 10111101 | 0 | 110 | 110 | 10101 | 101100011 | 1011 | 1001100 |
Color Harmonies of #C9BCBD
Complementary color
Monochromatic Colors of #C9BCBD
Black with #C9BCBD
Text Example
Text Example
White with #C9BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCBD; }
p { color: rgb(201,188,189); }
H1.HeaderClassName
{
color: #C9BCBD;
}
.AnyTagClassName
{
color: #C9BCBD;
}
</style>
background-color css
<style>
a { background-color: #C9BCBD; }
a { background-color: rgb(201,188,189); }
div.DivClassName
{
background-color: #C9BCBD;
}
.BgClassName
{
background-color: #C9BCBD;
}
</style>
border-color css
<style>
span { border-color: #C9BCBD; }
span { border-color: rgb(201,188,189); }
td.TdClassName
{
border-color: #C9BCBD;
}
.TagClassName
{
border-color: #C9BCBD;
}
</style>