Shades of Pink Flare #C5BCBD
Tints of Pink Flare #C5BCBD
RGB
CMYK
RGB Variations
Color information
#C5BCBD (or 0xC5BCBD) is known color: Pink Flare. HEX triplet: C5, BC and BD. RGB value is (197,188,189). Sum of RGB (Red+Green+Blue) = 197+188+189=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBD is #3A4342. Grayscale: #BEBEBE. Windows color (decimal): -3818307 or 12434629. OLE color: 12434629.
HSL color Cylindrical-coordinate representation of color #C5BCBD: hue angle of 353.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BCBD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 189 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.23 |
| HSL | 353.33º | 0.07% | 0.75% | - |
| HSV(B) | 353.33º | 0.05% | 0.77% | - |
| XYZ | 50.19 | 51.51 | 55.44 | - |
| YUV | 190.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 189 | 0 | 0.05 | 0.04 | 0.23 | 353.33 | 0.07 | 0.75 |
| Hex | C5 | BC | BD | 0 | 5 | 4 | 17 | 161 | 7 | 4B |
| Octal | 305 | 274 | 275 | 0 | 5 | 4 | 27 | 541 | 7 | 113 |
| Binary | 11000101 | 10111100 | 10111101 | 0 | 101 | 100 | 10111 | 101100001 | 111 | 1001011 |
Color Harmonies of #C5BCBD
Complementary color
Monochromatic Colors of #C5BCBD
Black with #C5BCBD
Text Example
Text Example
White with #C5BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCBD; }
p { color: rgb(197,188,189); }
H1.HeaderClassName
{
color: #C5BCBD;
}
.AnyTagClassName
{
color: #C5BCBD;
}
</style>
background-color css
<style>
a { background-color: #C5BCBD; }
a { background-color: rgb(197,188,189); }
div.DivClassName
{
background-color: #C5BCBD;
}
.BgClassName
{
background-color: #C5BCBD;
}
</style>
border-color css
<style>
span { border-color: #C5BCBD; }
span { border-color: rgb(197,188,189); }
td.TdClassName
{
border-color: #C5BCBD;
}
.TagClassName
{
border-color: #C5BCBD;
}
</style>