Shades of Pink Flare #C9AAB2
Tints of Pink Flare #C9AAB2
RGB
CMYK
RGB Variations
Color information
#C9AAB2 (or 0xC9AAB2) is known color: Pink Flare. HEX triplet: C9, AA and B2. RGB value is (201,170,178). Sum of RGB (Red+Green+Blue) = 201+170+178=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAB2 is #36554D. Grayscale: #B4B4B4. Windows color (decimal): -3560782 or 11709129. OLE color: 11709129.
HSL color Cylindrical-coordinate representation of color #C9AAB2: hue angle of 344.52º 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 #C9AAB2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 178 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.21 |
| HSL | 344.52º | 0.22% | 0.73% | - |
| HSV(B) | 344.52º | 0.15% | 0.79% | - |
| XYZ | 46.5 | 44.38 | 48.24 | - |
| YUV | 180.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 178 | 0 | 0.15 | 0.11 | 0.21 | 344.52 | 0.22 | 0.73 |
| Hex | C9 | AA | B2 | 0 | F | B | 15 | 159 | 16 | 49 |
| Octal | 311 | 252 | 262 | 0 | 17 | 13 | 25 | 531 | 26 | 111 |
| Binary | 11001001 | 10101010 | 10110010 | 0 | 1111 | 1011 | 10101 | 101011001 | 10110 | 1001001 |
Color Harmonies of #C9AAB2
Complementary color
Monochromatic Colors of #C9AAB2
Black with #C9AAB2
Text Example
Text Example
White with #C9AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAB2; }
p { color: rgb(201,170,178); }
H1.HeaderClassName
{
color: #C9AAB2;
}
.AnyTagClassName
{
color: #C9AAB2;
}
</style>
background-color css
<style>
a { background-color: #C9AAB2; }
a { background-color: rgb(201,170,178); }
div.DivClassName
{
background-color: #C9AAB2;
}
.BgClassName
{
background-color: #C9AAB2;
}
</style>
border-color css
<style>
span { border-color: #C9AAB2; }
span { border-color: rgb(201,170,178); }
td.TdClassName
{
border-color: #C9AAB2;
}
.TagClassName
{
border-color: #C9AAB2;
}
</style>