Shades of Pink Flare #C1BABB
Tints of Pink Flare #C1BABB
RGB
CMYK
RGB Variations
Color information
#C1BABB (or 0xC1BABB) is known color: Pink Flare. HEX triplet: C1, BA and BB. RGB value is (193,186,187). Sum of RGB (Red+Green+Blue) = 193+186+187=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABB is #3E4544. Grayscale: #BCBCBC. Windows color (decimal): -4080965 or 12303041. OLE color: 12303041.
HSL color Cylindrical-coordinate representation of color #C1BABB: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BABB is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 187 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.24 |
| HSL | 351.43º | 0.05% | 0.74% | - |
| HSV(B) | 351.43º | 0.04% | 0.76% | - |
| XYZ | 48.52 | 50.04 | 54.12 | - |
| YUV | 188.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 187 | 0 | 0.04 | 0.03 | 0.24 | 351.43 | 0.05 | 0.74 |
| Hex | C1 | BA | BB | 0 | 4 | 3 | 18 | 15F | 5 | 4A |
| Octal | 301 | 272 | 273 | 0 | 4 | 3 | 30 | 537 | 5 | 112 |
| Binary | 11000001 | 10111010 | 10111011 | 0 | 100 | 11 | 11000 | 101011111 | 101 | 1001010 |
Color Harmonies of #C1BABB
Complementary color
Monochromatic Colors of #C1BABB
Black with #C1BABB
Text Example
Text Example
White with #C1BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BABB; }
p { color: rgb(193,186,187); }
H1.HeaderClassName
{
color: #C1BABB;
}
.AnyTagClassName
{
color: #C1BABB;
}
</style>
background-color css
<style>
a { background-color: #C1BABB; }
a { background-color: rgb(193,186,187); }
div.DivClassName
{
background-color: #C1BABB;
}
.BgClassName
{
background-color: #C1BABB;
}
</style>
border-color css
<style>
span { border-color: #C1BABB; }
span { border-color: rgb(193,186,187); }
td.TdClassName
{
border-color: #C1BABB;
}
.TagClassName
{
border-color: #C1BABB;
}
</style>