Shades of Pink Swan #C1ABAB
Tints of Pink Swan #C1ABAB
RGB
CMYK
RGB Variations
Color information
#C1ABAB (or 0xC1ABAB) is known color: Pink Swan. HEX triplet: C1, AB and AB. RGB value is (193,171,171). Sum of RGB (Red+Green+Blue) = 193+171+171=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABAB is #3E5454. Grayscale: #B1B1B1. Windows color (decimal): -4084821 or 11250625. OLE color: 11250625.
HSL color Cylindrical-coordinate representation of color #C1ABAB: hue angle of 0º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ABAB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 171 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.24 |
| HSL | 0º | 0.15% | 0.71% | - |
| HSV(B) | 0º | 0.11% | 0.76% | - |
| XYZ | 43.91 | 43.4 | 44.59 | - |
| YUV | 177.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 171 | 0 | 0.11 | 0.11 | 0.24 | 0 | 0.15 | 0.71 |
| Hex | C1 | AB | AB | 0 | B | B | 18 | 0 | F | 47 |
| Octal | 301 | 253 | 253 | 0 | 13 | 13 | 30 | 0 | 17 | 107 |
| Binary | 11000001 | 10101011 | 10101011 | 0 | 1011 | 1011 | 11000 | 0 | 1111 | 1000111 |
Color Harmonies of #C1ABAB
Complementary color
Monochromatic Colors of #C1ABAB
Black with #C1ABAB
Text Example
Text Example
White with #C1ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABAB; }
p { color: rgb(193,171,171); }
H1.HeaderClassName
{
color: #C1ABAB;
}
.AnyTagClassName
{
color: #C1ABAB;
}
</style>
background-color css
<style>
a { background-color: #C1ABAB; }
a { background-color: rgb(193,171,171); }
div.DivClassName
{
background-color: #C1ABAB;
}
.BgClassName
{
background-color: #C1ABAB;
}
</style>
border-color css
<style>
span { border-color: #C1ABAB; }
span { border-color: rgb(193,171,171); }
td.TdClassName
{
border-color: #C1ABAB;
}
.TagClassName
{
border-color: #C1ABAB;
}
</style>