Shades of Pink Flare #C1BCBD
Tints of Pink Flare #C1BCBD
RGB
CMYK
RGB Variations
Color information
#C1BCBD (or 0xC1BCBD) is known color: Pink Flare. HEX triplet: C1, BC and BD. RGB value is (193,188,189). Sum of RGB (Red+Green+Blue) = 193+188+189=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCBD is #3E4342. Grayscale: #BDBDBD. Windows color (decimal): -4080451 or 12434625. OLE color: 12434625.
HSL color Cylindrical-coordinate representation of color #C1BCBD: hue angle of 348º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BCBD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 189 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.24 |
| HSL | 348º | 0.04% | 0.75% | - |
| HSV(B) | 348º | 0.03% | 0.76% | - |
| XYZ | 49.16 | 50.98 | 55.39 | - |
| YUV | 189.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 189 | 0 | 0.03 | 0.02 | 0.24 | 348 | 0.04 | 0.75 |
| Hex | C1 | BC | BD | 0 | 3 | 2 | 18 | 15C | 4 | 4B |
| Octal | 301 | 274 | 275 | 0 | 3 | 2 | 30 | 534 | 4 | 113 |
| Binary | 11000001 | 10111100 | 10111101 | 0 | 11 | 10 | 11000 | 101011100 | 100 | 1001011 |
Color Harmonies of #C1BCBD
Complementary color
Monochromatic Colors of #C1BCBD
Black with #C1BCBD
Text Example
Text Example
White with #C1BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCBD; }
p { color: rgb(193,188,189); }
H1.HeaderClassName
{
color: #C1BCBD;
}
.AnyTagClassName
{
color: #C1BCBD;
}
</style>
background-color css
<style>
a { background-color: #C1BCBD; }
a { background-color: rgb(193,188,189); }
div.DivClassName
{
background-color: #C1BCBD;
}
.BgClassName
{
background-color: #C1BCBD;
}
</style>
border-color css
<style>
span { border-color: #C1BCBD; }
span { border-color: rgb(193,188,189); }
td.TdClassName
{
border-color: #C1BCBD;
}
.TagClassName
{
border-color: #C1BCBD;
}
</style>