Shades of Pink Swan #C5ACAB
Tints of Pink Swan #C5ACAB
RGB
CMYK
RGB Variations
Color information
#C5ACAB (or 0xC5ACAB) is known color: Pink Swan. HEX triplet: C5, AC and AB. RGB value is (197,172,171). Sum of RGB (Red+Green+Blue) = 197+172+171=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACAB is #3A5354. Grayscale: #B3B3B3. Windows color (decimal): -3822421 or 11250885. OLE color: 11250885.
HSL color Cylindrical-coordinate representation of color #C5ACAB: hue angle of 2.31º 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 #C5ACAB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 171 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.23 |
| HSL | 2.31º | 0.18% | 0.72% | - |
| HSV(B) | 2.31º | 0.13% | 0.77% | - |
| XYZ | 45.13 | 44.32 | 44.7 | - |
| YUV | 179.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 171 | 0 | 0.13 | 0.13 | 0.23 | 2.31 | 0.18 | 0.72 |
| Hex | C5 | AC | AB | 0 | D | D | 17 | 2 | 12 | 48 |
| Octal | 305 | 254 | 253 | 0 | 15 | 15 | 27 | 2 | 22 | 110 |
| Binary | 11000101 | 10101100 | 10101011 | 0 | 1101 | 1101 | 10111 | 10 | 10010 | 1001000 |
Color Harmonies of #C5ACAB
Complementary color
Monochromatic Colors of #C5ACAB
Black with #C5ACAB
Text Example
Text Example
White with #C5ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACAB; }
p { color: rgb(197,172,171); }
H1.HeaderClassName
{
color: #C5ACAB;
}
.AnyTagClassName
{
color: #C5ACAB;
}
</style>
background-color css
<style>
a { background-color: #C5ACAB; }
a { background-color: rgb(197,172,171); }
div.DivClassName
{
background-color: #C5ACAB;
}
.BgClassName
{
background-color: #C5ACAB;
}
</style>
border-color css
<style>
span { border-color: #C5ACAB; }
span { border-color: rgb(197,172,171); }
td.TdClassName
{
border-color: #C5ACAB;
}
.TagClassName
{
border-color: #C5ACAB;
}
</style>