Shades of Pink Swan #C9ABAB
Tints of Pink Swan #C9ABAB
RGB
CMYK
RGB Variations
Color information
#C9ABAB (or 0xC9ABAB) is known color: Pink Swan. HEX triplet: C9, AB and AB. RGB value is (201,171,171). Sum of RGB (Red+Green+Blue) = 201+171+171=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABAB is #365454. Grayscale: #B4B4B4. Windows color (decimal): -3560533 or 11250633. OLE color: 11250633.
HSL color Cylindrical-coordinate representation of color #C9ABAB: hue angle of 0º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9ABAB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 171 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.21 |
| HSL | 0º | 0.22% | 0.73% | - |
| HSV(B) | 0º | 0.15% | 0.79% | - |
| XYZ | 46 | 44.48 | 44.69 | - |
| YUV | 179.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 171 | 0 | 0.15 | 0.15 | 0.21 | 0 | 0.22 | 0.73 |
| Hex | C9 | AB | AB | 0 | F | F | 15 | 0 | 16 | 49 |
| Octal | 311 | 253 | 253 | 0 | 17 | 17 | 25 | 0 | 26 | 111 |
| Binary | 11001001 | 10101011 | 10101011 | 0 | 1111 | 1111 | 10101 | 0 | 10110 | 1001001 |
Color Harmonies of #C9ABAB
Complementary color
Monochromatic Colors of #C9ABAB
Black with #C9ABAB
Text Example
Text Example
White with #C9ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABAB; }
p { color: rgb(201,171,171); }
H1.HeaderClassName
{
color: #C9ABAB;
}
.AnyTagClassName
{
color: #C9ABAB;
}
</style>
background-color css
<style>
a { background-color: #C9ABAB; }
a { background-color: rgb(201,171,171); }
div.DivClassName
{
background-color: #C9ABAB;
}
.BgClassName
{
background-color: #C9ABAB;
}
</style>
border-color css
<style>
span { border-color: #C9ABAB; }
span { border-color: rgb(201,171,171); }
td.TdClassName
{
border-color: #C9ABAB;
}
.TagClassName
{
border-color: #C9ABAB;
}
</style>