Shades of Pink Flare #C9BABB
Tints of Pink Flare #C9BABB
RGB
CMYK
RGB Variations
Color information
#C9BABB (or 0xC9BABB) is known color: Pink Flare. HEX triplet: C9, BA and BB. RGB value is (201,186,187). Sum of RGB (Red+Green+Blue) = 201+186+187=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABB is #364544. Grayscale: #BEBEBE. Windows color (decimal): -3556677 or 12303049. OLE color: 12303049.
HSL color Cylindrical-coordinate representation of color #C9BABB: hue angle of 356º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BABB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 187 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.21 |
| HSL | 356º | 0.12% | 0.76% | - |
| HSV(B) | 356º | 0.07% | 0.79% | - |
| XYZ | 50.62 | 51.12 | 54.21 | - |
| YUV | 190.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 187 | 0 | 0.07 | 0.07 | 0.21 | 356 | 0.12 | 0.76 |
| Hex | C9 | BA | BB | 0 | 7 | 7 | 15 | 164 | C | 4C |
| Octal | 311 | 272 | 273 | 0 | 7 | 7 | 25 | 544 | 14 | 114 |
| Binary | 11001001 | 10111010 | 10111011 | 0 | 111 | 111 | 10101 | 101100100 | 1100 | 1001100 |
Color Harmonies of #C9BABB
Complementary color
Monochromatic Colors of #C9BABB
Black with #C9BABB
Text Example
Text Example
White with #C9BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BABB; }
p { color: rgb(201,186,187); }
H1.HeaderClassName
{
color: #C9BABB;
}
.AnyTagClassName
{
color: #C9BABB;
}
</style>
background-color css
<style>
a { background-color: #C9BABB; }
a { background-color: rgb(201,186,187); }
div.DivClassName
{
background-color: #C9BABB;
}
.BgClassName
{
background-color: #C9BABB;
}
</style>
border-color css
<style>
span { border-color: #C9BABB; }
span { border-color: rgb(201,186,187); }
td.TdClassName
{
border-color: #C9BABB;
}
.TagClassName
{
border-color: #C9BABB;
}
</style>