Shades of Pink Swan #C4AAAA
Tints of Pink Swan #C4AAAA
RGB
CMYK
RGB Variations
Color information
#C4AAAA (or 0xC4AAAA) is known color: Pink Swan. HEX triplet: C4, AA and AA. RGB value is (196,170,170). Sum of RGB (Red+Green+Blue) = 196+170+170=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAAA is #3B5555. Grayscale: #B1B1B1. Windows color (decimal): -3888470 or 11184836. OLE color: 11184836.
HSL color Cylindrical-coordinate representation of color #C4AAAA: hue angle of 0º 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 #C4AAAA is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 170 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.23 |
| HSL | 0º | 0.18% | 0.72% | - |
| HSV(B) | 0º | 0.13% | 0.77% | - |
| XYZ | 44.4 | 43.39 | 44.06 | - |
| YUV | 177.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 170 | 0 | 0.13 | 0.13 | 0.23 | 0 | 0.18 | 0.72 |
| Hex | C4 | AA | AA | 0 | D | D | 17 | 0 | 12 | 48 |
| Octal | 304 | 252 | 252 | 0 | 15 | 15 | 27 | 0 | 22 | 110 |
| Binary | 11000100 | 10101010 | 10101010 | 0 | 1101 | 1101 | 10111 | 0 | 10010 | 1001000 |
Color Harmonies of #C4AAAA
Complementary color
Monochromatic Colors of #C4AAAA
Black with #C4AAAA
Text Example
Text Example
White with #C4AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAAA; }
p { color: rgb(196,170,170); }
H1.HeaderClassName
{
color: #C4AAAA;
}
.AnyTagClassName
{
color: #C4AAAA;
}
</style>
background-color css
<style>
a { background-color: #C4AAAA; }
a { background-color: rgb(196,170,170); }
div.DivClassName
{
background-color: #C4AAAA;
}
.BgClassName
{
background-color: #C4AAAA;
}
</style>
border-color css
<style>
span { border-color: #C4AAAA; }
span { border-color: rgb(196,170,170); }
td.TdClassName
{
border-color: #C4AAAA;
}
.TagClassName
{
border-color: #C4AAAA;
}
</style>