Shades of Pink Swan #C0ACA9
Tints of Pink Swan #C0ACA9
RGB
CMYK
RGB Variations
Color information
#C0ACA9 (or 0xC0ACA9) is known color: Pink Swan. HEX triplet: C0, AC and A9. RGB value is (192,172,169). Sum of RGB (Red+Green+Blue) = 192+172+169=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACA9 is #3F5356. Grayscale: #B1B1B1. Windows color (decimal): -4150103 or 11119808. OLE color: 11119808.
HSL color Cylindrical-coordinate representation of color #C0ACA9: hue angle of 7.83º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0ACA9 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 169 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.25 |
| HSL | 7.83º | 0.15% | 0.71% | - |
| HSV(B) | 7.83º | 0.12% | 0.75% | - |
| XYZ | 43.65 | 43.58 | 43.65 | - |
| YUV | 177.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 169 | 0 | 0.10 | 0.12 | 0.25 | 7.83 | 0.15 | 0.71 |
| Hex | C0 | AC | A9 | 0 | A | C | 19 | 8 | F | 47 |
| Octal | 300 | 254 | 251 | 0 | 12 | 14 | 31 | 10 | 17 | 107 |
| Binary | 11000000 | 10101100 | 10101001 | 0 | 1010 | 1100 | 11001 | 1000 | 1111 | 1000111 |
Color Harmonies of #C0ACA9
Complementary color
Monochromatic Colors of #C0ACA9
Black with #C0ACA9
Text Example
Text Example
White with #C0ACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACA9; }
p { color: rgb(192,172,169); }
H1.HeaderClassName
{
color: #C0ACA9;
}
.AnyTagClassName
{
color: #C0ACA9;
}
</style>
background-color css
<style>
a { background-color: #C0ACA9; }
a { background-color: rgb(192,172,169); }
div.DivClassName
{
background-color: #C0ACA9;
}
.BgClassName
{
background-color: #C0ACA9;
}
</style>
border-color css
<style>
span { border-color: #C0ACA9; }
span { border-color: rgb(192,172,169); }
td.TdClassName
{
border-color: #C0ACA9;
}
.TagClassName
{
border-color: #C0ACA9;
}
</style>