Shades of Pink Flare #C6BABC
Tints of Pink Flare #C6BABC
RGB
CMYK
RGB Variations
Color information
#C6BABC (or 0xC6BABC) is known color: Pink Flare. HEX triplet: C6, BA and BC. RGB value is (198,186,188). Sum of RGB (Red+Green+Blue) = 198+186+188=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABC is #394543. Grayscale: #BDBDBD. Windows color (decimal): -3753284 or 12368582. OLE color: 12368582.
HSL color Cylindrical-coordinate representation of color #C6BABC: hue angle of 350º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BABC is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 188 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.22 |
| HSL | 350º | 0.1% | 0.75% | - |
| HSV(B) | 350º | 0.06% | 0.78% | - |
| XYZ | 49.92 | 50.75 | 54.74 | - |
| YUV | 189.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 188 | 0 | 0.06 | 0.05 | 0.22 | 350 | 0.1 | 0.75 |
| Hex | C6 | BA | BC | 0 | 6 | 5 | 16 | 15E | A | 4B |
| Octal | 306 | 272 | 274 | 0 | 6 | 5 | 26 | 536 | 12 | 113 |
| Binary | 11000110 | 10111010 | 10111100 | 0 | 110 | 101 | 10110 | 101011110 | 1010 | 1001011 |
Color Harmonies of #C6BABC
Complementary color
Monochromatic Colors of #C6BABC
Black with #C6BABC
Text Example
Text Example
White with #C6BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BABC; }
p { color: rgb(198,186,188); }
H1.HeaderClassName
{
color: #C6BABC;
}
.AnyTagClassName
{
color: #C6BABC;
}
</style>
background-color css
<style>
a { background-color: #C6BABC; }
a { background-color: rgb(198,186,188); }
div.DivClassName
{
background-color: #C6BABC;
}
.BgClassName
{
background-color: #C6BABC;
}
</style>
border-color css
<style>
span { border-color: #C6BABC; }
span { border-color: rgb(198,186,188); }
td.TdClassName
{
border-color: #C6BABC;
}
.TagClassName
{
border-color: #C6BABC;
}
</style>