Shades of Pink Swan #C9AAAA
Tints of Pink Swan #C9AAAA
RGB
CMYK
RGB Variations
Color information
#C9AAAA (or 0xC9AAAA) is known color: Pink Swan. HEX triplet: C9, AA and AA. RGB value is (201,170,170). Sum of RGB (Red+Green+Blue) = 201+170+170=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAAA is #365555. Grayscale: #B3B3B3. Windows color (decimal): -3560790 or 11184841. OLE color: 11184841.
HSL color Cylindrical-coordinate representation of color #C9AAAA: hue angle of 0º 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 #C9AAAA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 170 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.21 |
| HSL | 0º | 0.22% | 0.73% | - |
| HSV(B) | 0º | 0.15% | 0.79% | - |
| XYZ | 45.72 | 44.07 | 44.13 | - |
| YUV | 179.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 170 | 0 | 0.15 | 0.15 | 0.21 | 0 | 0.22 | 0.73 |
| Hex | C9 | AA | AA | 0 | F | F | 15 | 0 | 16 | 49 |
| Octal | 311 | 252 | 252 | 0 | 17 | 17 | 25 | 0 | 26 | 111 |
| Binary | 11001001 | 10101010 | 10101010 | 0 | 1111 | 1111 | 10101 | 0 | 10110 | 1001001 |
Color Harmonies of #C9AAAA
Complementary color
Monochromatic Colors of #C9AAAA
Black with #C9AAAA
Text Example
Text Example
White with #C9AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAAA; }
p { color: rgb(201,170,170); }
H1.HeaderClassName
{
color: #C9AAAA;
}
.AnyTagClassName
{
color: #C9AAAA;
}
</style>
background-color css
<style>
a { background-color: #C9AAAA; }
a { background-color: rgb(201,170,170); }
div.DivClassName
{
background-color: #C9AAAA;
}
.BgClassName
{
background-color: #C9AAAA;
}
</style>
border-color css
<style>
span { border-color: #C9AAAA; }
span { border-color: rgb(201,170,170); }
td.TdClassName
{
border-color: #C9AAAA;
}
.TagClassName
{
border-color: #C9AAAA;
}
</style>