Shades of Pink Swan #C5A9A8
Tints of Pink Swan #C5A9A8
RGB
CMYK
RGB Variations
Color information
#C5A9A8 (or 0xC5A9A8) is known color: Pink Swan. HEX triplet: C5, A9 and A8. RGB value is (197,169,168). Sum of RGB (Red+Green+Blue) = 197+169+168=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A9A8 is #3A5657. Grayscale: #B1B1B1. Windows color (decimal): -3823192 or 11053509. OLE color: 11053509.
HSL color Cylindrical-coordinate representation of color #C5A9A8: hue angle of 2.07º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A9A8 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 168 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.23 |
| HSL | 2.07º | 0.2% | 0.72% | - |
| HSV(B) | 2.07º | 0.15% | 0.77% | - |
| XYZ | 44.28 | 43.07 | 43.03 | - |
| YUV | 177.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 168 | 0 | 0.14 | 0.15 | 0.23 | 2.07 | 0.2 | 0.72 |
| Hex | C5 | A9 | A8 | 0 | E | F | 17 | 2 | 14 | 48 |
| Octal | 305 | 251 | 250 | 0 | 16 | 17 | 27 | 2 | 24 | 110 |
| Binary | 11000101 | 10101001 | 10101000 | 0 | 1110 | 1111 | 10111 | 10 | 10100 | 1001000 |
Color Harmonies of #C5A9A8
Complementary color
Monochromatic Colors of #C5A9A8
Black with #C5A9A8
Text Example
Text Example
White with #C5A9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9A8; }
p { color: rgb(197,169,168); }
H1.HeaderClassName
{
color: #C5A9A8;
}
.AnyTagClassName
{
color: #C5A9A8;
}
</style>
background-color css
<style>
a { background-color: #C5A9A8; }
a { background-color: rgb(197,169,168); }
div.DivClassName
{
background-color: #C5A9A8;
}
.BgClassName
{
background-color: #C5A9A8;
}
</style>
border-color css
<style>
span { border-color: #C5A9A8; }
span { border-color: rgb(197,169,168); }
td.TdClassName
{
border-color: #C5A9A8;
}
.TagClassName
{
border-color: #C5A9A8;
}
</style>