Shades of Pink Swan #C5ABA8
Tints of Pink Swan #C5ABA8
RGB
CMYK
RGB Variations
Color information
#C5ABA8 (or 0xC5ABA8) is known color: Pink Swan. HEX triplet: C5, AB and A8. RGB value is (197,171,168). Sum of RGB (Red+Green+Blue) = 197+171+168=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABA8 is #3A5457. Grayscale: #B2B2B2. Windows color (decimal): -3822680 or 11054021. OLE color: 11054021.
HSL color Cylindrical-coordinate representation of color #C5ABA8: hue angle of 6.21º 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 #C5ABA8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 168 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.23 |
| HSL | 6.21º | 0.2% | 0.72% | - |
| HSV(B) | 6.21º | 0.15% | 0.77% | - |
| XYZ | 44.66 | 43.82 | 43.15 | - |
| YUV | 178.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 168 | 0 | 0.13 | 0.15 | 0.23 | 6.21 | 0.2 | 0.72 |
| Hex | C5 | AB | A8 | 0 | D | F | 17 | 6 | 14 | 48 |
| Octal | 305 | 253 | 250 | 0 | 15 | 17 | 27 | 6 | 24 | 110 |
| Binary | 11000101 | 10101011 | 10101000 | 0 | 1101 | 1111 | 10111 | 110 | 10100 | 1001000 |
Color Harmonies of #C5ABA8
Complementary color
Monochromatic Colors of #C5ABA8
Black with #C5ABA8
Text Example
Text Example
White with #C5ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABA8; }
p { color: rgb(197,171,168); }
H1.HeaderClassName
{
color: #C5ABA8;
}
.AnyTagClassName
{
color: #C5ABA8;
}
</style>
background-color css
<style>
a { background-color: #C5ABA8; }
a { background-color: rgb(197,171,168); }
div.DivClassName
{
background-color: #C5ABA8;
}
.BgClassName
{
background-color: #C5ABA8;
}
</style>
border-color css
<style>
span { border-color: #C5ABA8; }
span { border-color: rgb(197,171,168); }
td.TdClassName
{
border-color: #C5ABA8;
}
.TagClassName
{
border-color: #C5ABA8;
}
</style>