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