Shades of Pink Swan #C3AAA9
Tints of Pink Swan #C3AAA9
RGB
CMYK
RGB Variations
Color information
#C3AAA9 (or 0xC3AAA9) is known color: Pink Swan. HEX triplet: C3, AA and A9. RGB value is (195,170,169). Sum of RGB (Red+Green+Blue) = 195+170+169=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAA9 is #3C5556. Grayscale: #B1B1B1. Windows color (decimal): -3954007 or 11119299. OLE color: 11119299.
HSL color Cylindrical-coordinate representation of color #C3AAA9: hue angle of 2.31º degrees, saturation: 0.18, 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 #C3AAA9 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 169 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.24 |
| HSL | 2.31º | 0.18% | 0.71% | - |
| HSV(B) | 2.31º | 0.13% | 0.76% | - |
| XYZ | 44.04 | 43.22 | 43.56 | - |
| YUV | 177.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 169 | 0 | 0.13 | 0.13 | 0.24 | 2.31 | 0.18 | 0.71 |
| Hex | C3 | AA | A9 | 0 | D | D | 18 | 2 | 12 | 47 |
| Octal | 303 | 252 | 251 | 0 | 15 | 15 | 30 | 2 | 22 | 107 |
| Binary | 11000011 | 10101010 | 10101001 | 0 | 1101 | 1101 | 11000 | 10 | 10010 | 1000111 |
Color Harmonies of #C3AAA9
Complementary color
Monochromatic Colors of #C3AAA9
Black with #C3AAA9
Text Example
Text Example
White with #C3AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAA9; }
p { color: rgb(195,170,169); }
H1.HeaderClassName
{
color: #C3AAA9;
}
.AnyTagClassName
{
color: #C3AAA9;
}
</style>
background-color css
<style>
a { background-color: #C3AAA9; }
a { background-color: rgb(195,170,169); }
div.DivClassName
{
background-color: #C3AAA9;
}
.BgClassName
{
background-color: #C3AAA9;
}
</style>
border-color css
<style>
span { border-color: #C3AAA9; }
span { border-color: rgb(195,170,169); }
td.TdClassName
{
border-color: #C3AAA9;
}
.TagClassName
{
border-color: #C3AAA9;
}
</style>