Shades of Pink Swan #C0AAA9
Tints of Pink Swan #C0AAA9
RGB
CMYK
RGB Variations
Color information
#C0AAA9 (or 0xC0AAA9) is known color: Pink Swan. HEX triplet: C0, AA and A9. RGB value is (192,170,169). Sum of RGB (Red+Green+Blue) = 192+170+169=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAA9 is #3F5556. Grayscale: #B0B0B0. Windows color (decimal): -4150615 or 11119296. OLE color: 11119296.
HSL color Cylindrical-coordinate representation of color #C0AAA9: hue angle of 2.61º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0AAA9 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 169 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.25 |
| HSL | 2.61º | 0.15% | 0.71% | - |
| HSV(B) | 2.61º | 0.12% | 0.75% | - |
| XYZ | 43.27 | 42.82 | 43.52 | - |
| YUV | 176.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 169 | 0 | 0.11 | 0.12 | 0.25 | 2.61 | 0.15 | 0.71 |
| Hex | C0 | AA | A9 | 0 | B | C | 19 | 3 | F | 47 |
| Octal | 300 | 252 | 251 | 0 | 13 | 14 | 31 | 3 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10101001 | 0 | 1011 | 1100 | 11001 | 11 | 1111 | 1000111 |
Color Harmonies of #C0AAA9
Complementary color
Monochromatic Colors of #C0AAA9
Black with #C0AAA9
Text Example
Text Example
White with #C0AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAA9; }
p { color: rgb(192,170,169); }
H1.HeaderClassName
{
color: #C0AAA9;
}
.AnyTagClassName
{
color: #C0AAA9;
}
</style>
background-color css
<style>
a { background-color: #C0AAA9; }
a { background-color: rgb(192,170,169); }
div.DivClassName
{
background-color: #C0AAA9;
}
.BgClassName
{
background-color: #C0AAA9;
}
</style>
border-color css
<style>
span { border-color: #C0AAA9; }
span { border-color: rgb(192,170,169); }
td.TdClassName
{
border-color: #C0AAA9;
}
.TagClassName
{
border-color: #C0AAA9;
}
</style>