Shades of Pink Flare #C9AAB0
Tints of Pink Flare #C9AAB0
RGB
CMYK
RGB Variations
Color information
#C9AAB0 (or 0xC9AAB0) is known color: Pink Flare. HEX triplet: C9, AA and B0. RGB value is (201,170,176). Sum of RGB (Red+Green+Blue) = 201+170+176=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAB0 is #36554F. Grayscale: #B3B3B3. Windows color (decimal): -3560784 or 11578057. OLE color: 11578057.
HSL color Cylindrical-coordinate representation of color #C9AAB0: hue angle of 348.39º 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 #C9AAB0 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 176 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.21 |
| HSL | 348.39º | 0.22% | 0.73% | - |
| HSV(B) | 348.39º | 0.15% | 0.79% | - |
| XYZ | 46.3 | 44.3 | 47.19 | - |
| YUV | 179.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 176 | 0 | 0.15 | 0.12 | 0.21 | 348.39 | 0.22 | 0.73 |
| Hex | C9 | AA | B0 | 0 | F | C | 15 | 15C | 16 | 49 |
| Octal | 311 | 252 | 260 | 0 | 17 | 14 | 25 | 534 | 26 | 111 |
| Binary | 11001001 | 10101010 | 10110000 | 0 | 1111 | 1100 | 10101 | 101011100 | 10110 | 1001001 |
Color Harmonies of #C9AAB0
Complementary color
Monochromatic Colors of #C9AAB0
Black with #C9AAB0
Text Example
Text Example
White with #C9AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAB0; }
p { color: rgb(201,170,176); }
H1.HeaderClassName
{
color: #C9AAB0;
}
.AnyTagClassName
{
color: #C9AAB0;
}
</style>
background-color css
<style>
a { background-color: #C9AAB0; }
a { background-color: rgb(201,170,176); }
div.DivClassName
{
background-color: #C9AAB0;
}
.BgClassName
{
background-color: #C9AAB0;
}
</style>
border-color css
<style>
span { border-color: #C9AAB0; }
span { border-color: rgb(201,170,176); }
td.TdClassName
{
border-color: #C9AAB0;
}
.TagClassName
{
border-color: #C9AAB0;
}
</style>