Shades of Pink Flare #C7BABB
Tints of Pink Flare #C7BABB
RGB
CMYK
RGB Variations
Color information
#C7BABB (or 0xC7BABB) is known color: Pink Flare. HEX triplet: C7, BA and BB. RGB value is (199,186,187). Sum of RGB (Red+Green+Blue) = 199+186+187=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABB is #384544. Grayscale: #BEBEBE. Windows color (decimal): -3687749 or 12303047. OLE color: 12303047.
HSL color Cylindrical-coordinate representation of color #C7BABB: hue angle of 355.38º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BABB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 187 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.22 |
| HSL | 355.38º | 0.1% | 0.75% | - |
| HSV(B) | 355.38º | 0.07% | 0.78% | - |
| XYZ | 50.08 | 50.85 | 54.19 | - |
| YUV | 190 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 187 | 0 | 0.07 | 0.06 | 0.22 | 355.38 | 0.1 | 0.75 |
| Hex | C7 | BA | BB | 0 | 7 | 6 | 16 | 163 | A | 4B |
| Octal | 307 | 272 | 273 | 0 | 7 | 6 | 26 | 543 | 12 | 113 |
| Binary | 11000111 | 10111010 | 10111011 | 0 | 111 | 110 | 10110 | 101100011 | 1010 | 1001011 |
Color Harmonies of #C7BABB
Complementary color
Monochromatic Colors of #C7BABB
Black with #C7BABB
Text Example
Text Example
White with #C7BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BABB; }
p { color: rgb(199,186,187); }
H1.HeaderClassName
{
color: #C7BABB;
}
.AnyTagClassName
{
color: #C7BABB;
}
</style>
background-color css
<style>
a { background-color: #C7BABB; }
a { background-color: rgb(199,186,187); }
div.DivClassName
{
background-color: #C7BABB;
}
.BgClassName
{
background-color: #C7BABB;
}
</style>
border-color css
<style>
span { border-color: #C7BABB; }
span { border-color: rgb(199,186,187); }
td.TdClassName
{
border-color: #C7BABB;
}
.TagClassName
{
border-color: #C7BABB;
}
</style>