Shades of Pink Swan #C2AAA9
Tints of Pink Swan #C2AAA9
RGB
CMYK
RGB Variations
Color information
#C2AAA9 (or 0xC2AAA9) is known color: Pink Swan. HEX triplet: C2, AA and A9. RGB value is (194,170,169). Sum of RGB (Red+Green+Blue) = 194+170+169=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA9 is #3D5556. Grayscale: #B1B1B1. Windows color (decimal): -4019543 or 11119298. OLE color: 11119298.
HSL color Cylindrical-coordinate representation of color #C2AAA9: hue angle of 2.4º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2AAA9 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 170 | 169 | - |
CMYK | 0 | 0.12 | 0.13 | 0.24 |
HSL | 2.4º | 0.17% | 0.71% | - |
HSV(B) | 2.4º | 0.13% | 0.76% | - |
XYZ | 43.78 | 43.08 | 43.54 | - |
YUV | 177.06 | 123.45 | 140.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 170 | 169 | 0 | 0.12 | 0.13 | 0.24 | 2.4 | 0.17 | 0.71 |
Hex | C2 | AA | A9 | 0 | C | D | 18 | 2 | 11 | 47 |
Octal | 302 | 252 | 251 | 0 | 14 | 15 | 30 | 2 | 21 | 107 |
Binary | 11000010 | 10101010 | 10101001 | 0 | 1100 | 1101 | 11000 | 10 | 10001 | 1000111 |
Color Harmonies of #C2AAA9
Complementary color
Monochromatic Colors of #C2AAA9
Black with #C2AAA9
Text Example
Text Example
White with #C2AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAA9; }
p { color: rgb(194,170,169); }
H1.HeaderClassName
{
color: #C2AAA9;
}
.AnyTagClassName
{
color: #C2AAA9;
}
</style>
background-color css
<style>
a { background-color: #C2AAA9; }
a { background-color: rgb(194,170,169); }
div.DivClassName
{
background-color: #C2AAA9;
}
.BgClassName
{
background-color: #C2AAA9;
}
</style>
border-color css
<style>
span { border-color: #C2AAA9; }
span { border-color: rgb(194,170,169); }
td.TdClassName
{
border-color: #C2AAA9;
}
.TagClassName
{
border-color: #C2AAA9;
}
</style>