Shades of Pink Flare #C6BABD
Tints of Pink Flare #C6BABD
RGB
CMYK
RGB Variations
Color information
#C6BABD (or 0xC6BABD) is known color: Pink Flare. HEX triplet: C6, BA and BD. RGB value is (198,186,189). Sum of RGB (Red+Green+Blue) = 198+186+189=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABD is #394542. Grayscale: #BDBDBD. Windows color (decimal): -3753283 or 12434118. OLE color: 12434118.
HSL color Cylindrical-coordinate representation of color #C6BABD: hue angle of 345º 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 #C6BABD is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 189 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.22 |
| HSL | 345º | 0.1% | 0.75% | - |
| HSV(B) | 345º | 0.06% | 0.78% | - |
| XYZ | 50.03 | 50.8 | 55.31 | - |
| YUV | 189.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 189 | 0 | 0.06 | 0.05 | 0.22 | 345 | 0.1 | 0.75 |
| Hex | C6 | BA | BD | 0 | 6 | 5 | 16 | 159 | A | 4B |
| Octal | 306 | 272 | 275 | 0 | 6 | 5 | 26 | 531 | 12 | 113 |
| Binary | 11000110 | 10111010 | 10111101 | 0 | 110 | 101 | 10110 | 101011001 | 1010 | 1001011 |
Color Harmonies of #C6BABD
Complementary color
Monochromatic Colors of #C6BABD
Black with #C6BABD
Text Example
Text Example
White with #C6BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BABD; }
p { color: rgb(198,186,189); }
H1.HeaderClassName
{
color: #C6BABD;
}
.AnyTagClassName
{
color: #C6BABD;
}
</style>
background-color css
<style>
a { background-color: #C6BABD; }
a { background-color: rgb(198,186,189); }
div.DivClassName
{
background-color: #C6BABD;
}
.BgClassName
{
background-color: #C6BABD;
}
</style>
border-color css
<style>
span { border-color: #C6BABD; }
span { border-color: rgb(198,186,189); }
td.TdClassName
{
border-color: #C6BABD;
}
.TagClassName
{
border-color: #C6BABD;
}
</style>