Shades of Pink Swan #C5ABAB
Tints of Pink Swan #C5ABAB
RGB
CMYK
RGB Variations
Color information
#C5ABAB (or 0xC5ABAB) is known color: Pink Swan. HEX triplet: C5, AB and AB. RGB value is (197,171,171). Sum of RGB (Red+Green+Blue) = 197+171+171=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABAB is #3A5454. Grayscale: #B2B2B2. Windows color (decimal): -3822677 or 11250629. OLE color: 11250629.
HSL color Cylindrical-coordinate representation of color #C5ABAB: hue angle of 0º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ABAB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 171 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.23 |
| HSL | 0º | 0.18% | 0.72% | - |
| HSV(B) | 0º | 0.13% | 0.77% | - |
| XYZ | 44.94 | 43.94 | 44.64 | - |
| YUV | 178.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 171 | 0 | 0.13 | 0.13 | 0.23 | 0 | 0.18 | 0.72 |
| Hex | C5 | AB | AB | 0 | D | D | 17 | 0 | 12 | 48 |
| Octal | 305 | 253 | 253 | 0 | 15 | 15 | 27 | 0 | 22 | 110 |
| Binary | 11000101 | 10101011 | 10101011 | 0 | 1101 | 1101 | 10111 | 0 | 10010 | 1001000 |
Color Harmonies of #C5ABAB
Complementary color
Monochromatic Colors of #C5ABAB
Black with #C5ABAB
Text Example
Text Example
White with #C5ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABAB; }
p { color: rgb(197,171,171); }
H1.HeaderClassName
{
color: #C5ABAB;
}
.AnyTagClassName
{
color: #C5ABAB;
}
</style>
background-color css
<style>
a { background-color: #C5ABAB; }
a { background-color: rgb(197,171,171); }
div.DivClassName
{
background-color: #C5ABAB;
}
.BgClassName
{
background-color: #C5ABAB;
}
</style>
border-color css
<style>
span { border-color: #C5ABAB; }
span { border-color: rgb(197,171,171); }
td.TdClassName
{
border-color: #C5ABAB;
}
.TagClassName
{
border-color: #C5ABAB;
}
</style>