Shades of Pink Flare #C5BCBE
Tints of Pink Flare #C5BCBE
RGB
CMYK
RGB Variations
Color information
#C5BCBE (or 0xC5BCBE) is known color: Pink Flare. HEX triplet: C5, BC and BE. RGB value is (197,188,190). Sum of RGB (Red+Green+Blue) = 197+188+190=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBE is #3A4341. Grayscale: #BEBEBE. Windows color (decimal): -3818306 or 12500165. OLE color: 12500165.
HSL color Cylindrical-coordinate representation of color #C5BCBE: hue angle of 346.67º 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 #C5BCBE is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 190 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.23 |
| HSL | 346.67º | 0.07% | 0.75% | - |
| HSV(B) | 346.67º | 0.05% | 0.77% | - |
| XYZ | 50.3 | 51.55 | 56.01 | - |
| YUV | 190.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 190 | 0 | 0.05 | 0.04 | 0.23 | 346.67 | 0.07 | 0.75 |
| Hex | C5 | BC | BE | 0 | 5 | 4 | 17 | 15B | 7 | 4B |
| Octal | 305 | 274 | 276 | 0 | 5 | 4 | 27 | 533 | 7 | 113 |
| Binary | 11000101 | 10111100 | 10111110 | 0 | 101 | 100 | 10111 | 101011011 | 111 | 1001011 |
Color Harmonies of #C5BCBE
Complementary color
Monochromatic Colors of #C5BCBE
Black with #C5BCBE
Text Example
Text Example
White with #C5BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCBE; }
p { color: rgb(197,188,190); }
H1.HeaderClassName
{
color: #C5BCBE;
}
.AnyTagClassName
{
color: #C5BCBE;
}
</style>
background-color css
<style>
a { background-color: #C5BCBE; }
a { background-color: rgb(197,188,190); }
div.DivClassName
{
background-color: #C5BCBE;
}
.BgClassName
{
background-color: #C5BCBE;
}
</style>
border-color css
<style>
span { border-color: #C5BCBE; }
span { border-color: rgb(197,188,190); }
td.TdClassName
{
border-color: #C5BCBE;
}
.TagClassName
{
border-color: #C5BCBE;
}
</style>