Shades of Pink Flare #C6BABB
Tints of Pink Flare #C6BABB
RGB
CMYK
RGB Variations
Color information
#C6BABB (or 0xC6BABB) is known color: Pink Flare. HEX triplet: C6, BA and BB. RGB value is (198,186,187). Sum of RGB (Red+Green+Blue) = 198+186+187=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABB is #394544. Grayscale: #BDBDBD. Windows color (decimal): -3753285 or 12303046. OLE color: 12303046.
HSL color Cylindrical-coordinate representation of color #C6BABB: hue angle of 355º 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 #C6BABB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 187 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.22 |
| HSL | 355º | 0.1% | 0.75% | - |
| HSV(B) | 355º | 0.06% | 0.78% | - |
| XYZ | 49.82 | 50.71 | 54.18 | - |
| YUV | 189.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 187 | 0 | 0.06 | 0.06 | 0.22 | 355 | 0.1 | 0.75 |
| Hex | C6 | BA | BB | 0 | 6 | 6 | 16 | 163 | A | 4B |
| Octal | 306 | 272 | 273 | 0 | 6 | 6 | 26 | 543 | 12 | 113 |
| Binary | 11000110 | 10111010 | 10111011 | 0 | 110 | 110 | 10110 | 101100011 | 1010 | 1001011 |
Color Harmonies of #C6BABB
Complementary color
Monochromatic Colors of #C6BABB
Black with #C6BABB
Text Example
Text Example
White with #C6BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BABB; }
p { color: rgb(198,186,187); }
H1.HeaderClassName
{
color: #C6BABB;
}
.AnyTagClassName
{
color: #C6BABB;
}
</style>
background-color css
<style>
a { background-color: #C6BABB; }
a { background-color: rgb(198,186,187); }
div.DivClassName
{
background-color: #C6BABB;
}
.BgClassName
{
background-color: #C6BABB;
}
</style>
border-color css
<style>
span { border-color: #C6BABB; }
span { border-color: rgb(198,186,187); }
td.TdClassName
{
border-color: #C6BABB;
}
.TagClassName
{
border-color: #C6BABB;
}
</style>