Shades of Pink Flare #C5BBBD
Tints of Pink Flare #C5BBBD
RGB
CMYK
RGB Variations
Color information
#C5BBBD (or 0xC5BBBD) is known color: Pink Flare. HEX triplet: C5, BB and BD. RGB value is (197,187,189). Sum of RGB (Red+Green+Blue) = 197+187+189=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBBD is #3A4442. Grayscale: #BEBEBE. Windows color (decimal): -3818563 or 12434373. OLE color: 12434373.
HSL color Cylindrical-coordinate representation of color #C5BBBD: hue angle of 348º degrees, saturation: 0.08, 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 #C5BBBD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 189 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.23 |
| HSL | 348º | 0.08% | 0.75% | - |
| HSV(B) | 348º | 0.05% | 0.77% | - |
| XYZ | 49.98 | 51.09 | 55.37 | - |
| YUV | 190.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 189 | 0 | 0.05 | 0.04 | 0.23 | 348 | 0.08 | 0.75 |
| Hex | C5 | BB | BD | 0 | 5 | 4 | 17 | 15C | 8 | 4B |
| Octal | 305 | 273 | 275 | 0 | 5 | 4 | 27 | 534 | 10 | 113 |
| Binary | 11000101 | 10111011 | 10111101 | 0 | 101 | 100 | 10111 | 101011100 | 1000 | 1001011 |
Color Harmonies of #C5BBBD
Complementary color
Monochromatic Colors of #C5BBBD
Black with #C5BBBD
Text Example
Text Example
White with #C5BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBBD; }
p { color: rgb(197,187,189); }
H1.HeaderClassName
{
color: #C5BBBD;
}
.AnyTagClassName
{
color: #C5BBBD;
}
</style>
background-color css
<style>
a { background-color: #C5BBBD; }
a { background-color: rgb(197,187,189); }
div.DivClassName
{
background-color: #C5BBBD;
}
.BgClassName
{
background-color: #C5BBBD;
}
</style>
border-color css
<style>
span { border-color: #C5BBBD; }
span { border-color: rgb(197,187,189); }
td.TdClassName
{
border-color: #C5BBBD;
}
.TagClassName
{
border-color: #C5BBBD;
}
</style>