Shades of Pink Flare #C7ABAE
Tints of Pink Flare #C7ABAE
RGB
CMYK
RGB Variations
Color information
#C7ABAE (or 0xC7ABAE) is known color: Pink Flare. HEX triplet: C7, AB and AE. RGB value is (199,171,174). Sum of RGB (Red+Green+Blue) = 199+171+174=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAE is #385451. Grayscale: #B3B3B3. Windows color (decimal): -3691602 or 11447239. OLE color: 11447239.
HSL color Cylindrical-coordinate representation of color #C7ABAE: hue angle of 353.57º 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 #C7ABAE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 171 | 174 | - |
CMYK | 0 | 0.14 | 0.13 | 0.22 |
HSL | 353.57º | 0.2% | 0.73% | - |
HSV(B) | 353.57º | 0.14% | 0.78% | - |
XYZ | 45.76 | 44.32 | 46.19 | - |
YUV | 179.71 | 124.78 | 141.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 171 | 174 | 0 | 0.14 | 0.13 | 0.22 | 353.57 | 0.2 | 0.73 |
Hex | C7 | AB | AE | 0 | E | D | 16 | 162 | 14 | 49 |
Octal | 307 | 253 | 256 | 0 | 16 | 15 | 26 | 542 | 24 | 111 |
Binary | 11000111 | 10101011 | 10101110 | 0 | 1110 | 1101 | 10110 | 101100010 | 10100 | 1001001 |
Color Harmonies of #C7ABAE
Complementary color
Monochromatic Colors of #C7ABAE
Black with #C7ABAE
Text Example
Text Example
White with #C7ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABAE; }
p { color: rgb(199,171,174); }
H1.HeaderClassName
{
color: #C7ABAE;
}
.AnyTagClassName
{
color: #C7ABAE;
}
</style>
background-color css
<style>
a { background-color: #C7ABAE; }
a { background-color: rgb(199,171,174); }
div.DivClassName
{
background-color: #C7ABAE;
}
.BgClassName
{
background-color: #C7ABAE;
}
</style>
border-color css
<style>
span { border-color: #C7ABAE; }
span { border-color: rgb(199,171,174); }
td.TdClassName
{
border-color: #C7ABAE;
}
.TagClassName
{
border-color: #C7ABAE;
}
</style>