Shades of Pink Flare #C5B7BA
Tints of Pink Flare #C5B7BA
RGB
CMYK
RGB Variations
Color information
#C5B7BA (or 0xC5B7BA) is known color: Pink Flare. HEX triplet: C5, B7 and BA. RGB value is (197,183,186). Sum of RGB (Red+Green+Blue) = 197+183+186=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7BA is #3A4845. Grayscale: #BBBBBB. Windows color (decimal): -3819590 or 12236741. OLE color: 12236741.
HSL color Cylindrical-coordinate representation of color #C5B7BA: hue angle of 347.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B7BA is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 186 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.23 |
| HSL | 347.14º | 0.11% | 0.75% | - |
| HSV(B) | 347.14º | 0.07% | 0.77% | - |
| XYZ | 48.82 | 49.28 | 53.39 | - |
| YUV | 187.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 186 | 0 | 0.07 | 0.06 | 0.23 | 347.14 | 0.11 | 0.75 |
| Hex | C5 | B7 | BA | 0 | 7 | 6 | 17 | 15B | B | 4B |
| Octal | 305 | 267 | 272 | 0 | 7 | 6 | 27 | 533 | 13 | 113 |
| Binary | 11000101 | 10110111 | 10111010 | 0 | 111 | 110 | 10111 | 101011011 | 1011 | 1001011 |
Color Harmonies of #C5B7BA
Complementary color
Monochromatic Colors of #C5B7BA
Black with #C5B7BA
Text Example
Text Example
White with #C5B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7BA; }
p { color: rgb(197,183,186); }
H1.HeaderClassName
{
color: #C5B7BA;
}
.AnyTagClassName
{
color: #C5B7BA;
}
</style>
background-color css
<style>
a { background-color: #C5B7BA; }
a { background-color: rgb(197,183,186); }
div.DivClassName
{
background-color: #C5B7BA;
}
.BgClassName
{
background-color: #C5B7BA;
}
</style>
border-color css
<style>
span { border-color: #C5B7BA; }
span { border-color: rgb(197,183,186); }
td.TdClassName
{
border-color: #C5B7BA;
}
.TagClassName
{
border-color: #C5B7BA;
}
</style>