Shades of Pink Flare #C5BABB
Tints of Pink Flare #C5BABB
RGB
CMYK
RGB Variations
Color information
#C5BABB (or 0xC5BABB) is known color: Pink Flare. HEX triplet: C5, BA and BB. RGB value is (197,186,187). Sum of RGB (Red+Green+Blue) = 197+186+187=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BABB is #3A4544. Grayscale: #BDBDBD. Windows color (decimal): -3818821 or 12303045. OLE color: 12303045.
HSL color Cylindrical-coordinate representation of color #C5BABB: hue angle of 354.55º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BABB is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 187 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.23 |
| HSL | 354.55º | 0.09% | 0.75% | - |
| HSV(B) | 354.55º | 0.06% | 0.77% | - |
| XYZ | 49.55 | 50.58 | 54.16 | - |
| YUV | 189.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 187 | 0 | 0.06 | 0.05 | 0.23 | 354.55 | 0.09 | 0.75 |
| Hex | C5 | BA | BB | 0 | 6 | 5 | 17 | 163 | 9 | 4B |
| Octal | 305 | 272 | 273 | 0 | 6 | 5 | 27 | 543 | 11 | 113 |
| Binary | 11000101 | 10111010 | 10111011 | 0 | 110 | 101 | 10111 | 101100011 | 1001 | 1001011 |
Color Harmonies of #C5BABB
Complementary color
Monochromatic Colors of #C5BABB
Black with #C5BABB
Text Example
Text Example
White with #C5BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BABB; }
p { color: rgb(197,186,187); }
H1.HeaderClassName
{
color: #C5BABB;
}
.AnyTagClassName
{
color: #C5BABB;
}
</style>
background-color css
<style>
a { background-color: #C5BABB; }
a { background-color: rgb(197,186,187); }
div.DivClassName
{
background-color: #C5BABB;
}
.BgClassName
{
background-color: #C5BABB;
}
</style>
border-color css
<style>
span { border-color: #C5BABB; }
span { border-color: rgb(197,186,187); }
td.TdClassName
{
border-color: #C5BABB;
}
.TagClassName
{
border-color: #C5BABB;
}
</style>