Shades of Pink Flare #C9ABAE
Tints of Pink Flare #C9ABAE
RGB
CMYK
RGB Variations
Color information
#C9ABAE (or 0xC9ABAE) is known color: Pink Flare. HEX triplet: C9, AB and AE. RGB value is (201,171,174). Sum of RGB (Red+Green+Blue) = 201+171+174=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABAE is #365451. Grayscale: #B4B4B4. Windows color (decimal): -3560530 or 11447241. OLE color: 11447241.
HSL color Cylindrical-coordinate representation of color #C9ABAE: hue angle of 354º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9ABAE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 174 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.21 |
| HSL | 354º | 0.22% | 0.73% | - |
| HSV(B) | 354º | 0.15% | 0.79% | - |
| XYZ | 46.29 | 44.6 | 46.21 | - |
| YUV | 180.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 174 | 0 | 0.15 | 0.13 | 0.21 | 354 | 0.22 | 0.73 |
| Hex | C9 | AB | AE | 0 | F | D | 15 | 162 | 16 | 49 |
| Octal | 311 | 253 | 256 | 0 | 17 | 15 | 25 | 542 | 26 | 111 |
| Binary | 11001001 | 10101011 | 10101110 | 0 | 1111 | 1101 | 10101 | 101100010 | 10110 | 1001001 |
Color Harmonies of #C9ABAE
Complementary color
Monochromatic Colors of #C9ABAE
Black with #C9ABAE
Text Example
Text Example
White with #C9ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABAE; }
p { color: rgb(201,171,174); }
H1.HeaderClassName
{
color: #C9ABAE;
}
.AnyTagClassName
{
color: #C9ABAE;
}
</style>
background-color css
<style>
a { background-color: #C9ABAE; }
a { background-color: rgb(201,171,174); }
div.DivClassName
{
background-color: #C9ABAE;
}
.BgClassName
{
background-color: #C9ABAE;
}
</style>
border-color css
<style>
span { border-color: #C9ABAE; }
span { border-color: rgb(201,171,174); }
td.TdClassName
{
border-color: #C9ABAE;
}
.TagClassName
{
border-color: #C9ABAE;
}
</style>