Shades of Pink Swan #C0ACAB
Tints of Pink Swan #C0ACAB
RGB
CMYK
RGB Variations
Color information
#C0ACAB (or 0xC0ACAB) is known color: Pink Swan. HEX triplet: C0, AC and AB. RGB value is (192,172,171). Sum of RGB (Red+Green+Blue) = 192+172+171=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACAB is #3F5354. Grayscale: #B1B1B1. Windows color (decimal): -4150101 or 11250880. OLE color: 11250880.
HSL color Cylindrical-coordinate representation of color #C0ACAB: hue angle of 2.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ACAB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 171 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.25 |
| HSL | 2.86º | 0.14% | 0.71% | - |
| HSV(B) | 2.86º | 0.11% | 0.75% | - |
| XYZ | 43.84 | 43.65 | 44.64 | - |
| YUV | 177.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 171 | 0 | 0.10 | 0.11 | 0.25 | 2.86 | 0.14 | 0.71 |
| Hex | C0 | AC | AB | 0 | A | B | 19 | 3 | E | 47 |
| Octal | 300 | 254 | 253 | 0 | 12 | 13 | 31 | 3 | 16 | 107 |
| Binary | 11000000 | 10101100 | 10101011 | 0 | 1010 | 1011 | 11001 | 11 | 1110 | 1000111 |
Color Harmonies of #C0ACAB
Complementary color
Monochromatic Colors of #C0ACAB
Black with #C0ACAB
Text Example
Text Example
White with #C0ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACAB; }
p { color: rgb(192,172,171); }
H1.HeaderClassName
{
color: #C0ACAB;
}
.AnyTagClassName
{
color: #C0ACAB;
}
</style>
background-color css
<style>
a { background-color: #C0ACAB; }
a { background-color: rgb(192,172,171); }
div.DivClassName
{
background-color: #C0ACAB;
}
.BgClassName
{
background-color: #C0ACAB;
}
</style>
border-color css
<style>
span { border-color: #C0ACAB; }
span { border-color: rgb(192,172,171); }
td.TdClassName
{
border-color: #C0ACAB;
}
.TagClassName
{
border-color: #C0ACAB;
}
</style>