Shades of Pink Flare #C7ABAC
Tints of Pink Flare #C7ABAC
RGB
CMYK
RGB Variations
Color information
#C7ABAC (or 0xC7ABAC) is known color: Pink Flare. HEX triplet: C7, AB and AC. RGB value is (199,171,172). Sum of RGB (Red+Green+Blue) = 199+171+172=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAC is #385453. Grayscale: #B3B3B3. Windows color (decimal): -3691604 or 11316167. OLE color: 11316167.
HSL color Cylindrical-coordinate representation of color #C7ABAC: hue angle of 357.86º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ABAC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 172 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.22 |
| HSL | 357.86º | 0.2% | 0.73% | - |
| HSV(B) | 357.86º | 0.14% | 0.78% | - |
| XYZ | 45.56 | 44.25 | 45.17 | - |
| YUV | 179.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 172 | 0 | 0.14 | 0.14 | 0.22 | 357.86 | 0.2 | 0.73 |
| Hex | C7 | AB | AC | 0 | E | E | 16 | 166 | 14 | 49 |
| Octal | 307 | 253 | 254 | 0 | 16 | 16 | 26 | 546 | 24 | 111 |
| Binary | 11000111 | 10101011 | 10101100 | 0 | 1110 | 1110 | 10110 | 101100110 | 10100 | 1001001 |
Color Harmonies of #C7ABAC
Complementary color
Monochromatic Colors of #C7ABAC
Black with #C7ABAC
Text Example
Text Example
White with #C7ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABAC; }
p { color: rgb(199,171,172); }
H1.HeaderClassName
{
color: #C7ABAC;
}
.AnyTagClassName
{
color: #C7ABAC;
}
</style>
background-color css
<style>
a { background-color: #C7ABAC; }
a { background-color: rgb(199,171,172); }
div.DivClassName
{
background-color: #C7ABAC;
}
.BgClassName
{
background-color: #C7ABAC;
}
</style>
border-color css
<style>
span { border-color: #C7ABAC; }
span { border-color: rgb(199,171,172); }
td.TdClassName
{
border-color: #C7ABAC;
}
.TagClassName
{
border-color: #C7ABAC;
}
</style>