Shades of Pink Flare #C9AAAD
Tints of Pink Flare #C9AAAD
RGB
CMYK
RGB Variations
Color information
#C9AAAD (or 0xC9AAAD) is known color: Pink Flare. HEX triplet: C9, AA and AD. RGB value is (201,170,173). Sum of RGB (Red+Green+Blue) = 201+170+173=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAAD is #365552. Grayscale: #B3B3B3. Windows color (decimal): -3560787 or 11381449. OLE color: 11381449.
HSL color Cylindrical-coordinate representation of color #C9AAAD: hue angle of 354.19º 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 #C9AAAD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 173 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.21 |
| HSL | 354.19º | 0.22% | 0.73% | - |
| HSV(B) | 354.19º | 0.15% | 0.79% | - |
| XYZ | 46 | 44.18 | 45.64 | - |
| YUV | 179.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 173 | 0 | 0.15 | 0.14 | 0.21 | 354.19 | 0.22 | 0.73 |
| Hex | C9 | AA | AD | 0 | F | E | 15 | 162 | 16 | 49 |
| Octal | 311 | 252 | 255 | 0 | 17 | 16 | 25 | 542 | 26 | 111 |
| Binary | 11001001 | 10101010 | 10101101 | 0 | 1111 | 1110 | 10101 | 101100010 | 10110 | 1001001 |
Color Harmonies of #C9AAAD
Complementary color
Monochromatic Colors of #C9AAAD
Black with #C9AAAD
Text Example
Text Example
White with #C9AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAAD; }
p { color: rgb(201,170,173); }
H1.HeaderClassName
{
color: #C9AAAD;
}
.AnyTagClassName
{
color: #C9AAAD;
}
</style>
background-color css
<style>
a { background-color: #C9AAAD; }
a { background-color: rgb(201,170,173); }
div.DivClassName
{
background-color: #C9AAAD;
}
.BgClassName
{
background-color: #C9AAAD;
}
</style>
border-color css
<style>
span { border-color: #C9AAAD; }
span { border-color: rgb(201,170,173); }
td.TdClassName
{
border-color: #C9AAAD;
}
.TagClassName
{
border-color: #C9AAAD;
}
</style>