Shades of Pink Swan #C6AAA8
Tints of Pink Swan #C6AAA8
RGB
CMYK
RGB Variations
Color information
#C6AAA8 (or 0xC6AAA8) is known color: Pink Swan. HEX triplet: C6, AA and A8. RGB value is (198,170,168). Sum of RGB (Red+Green+Blue) = 198+170+168=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AAA8 is #395557. Grayscale: #B2B2B2. Windows color (decimal): -3757400 or 11053766. OLE color: 11053766.
HSL color Cylindrical-coordinate representation of color #C6AAA8: hue angle of 4º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6AAA8 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 168 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.22 |
| HSL | 4º | 0.21% | 0.72% | - |
| HSV(B) | 4º | 0.15% | 0.78% | - |
| XYZ | 44.73 | 43.58 | 43.1 | - |
| YUV | 178.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 168 | 0 | 0.14 | 0.15 | 0.22 | 4 | 0.21 | 0.72 |
| Hex | C6 | AA | A8 | 0 | E | F | 16 | 4 | 15 | 48 |
| Octal | 306 | 252 | 250 | 0 | 16 | 17 | 26 | 4 | 25 | 110 |
| Binary | 11000110 | 10101010 | 10101000 | 0 | 1110 | 1111 | 10110 | 100 | 10101 | 1001000 |
Color Harmonies of #C6AAA8
Complementary color
Monochromatic Colors of #C6AAA8
Black with #C6AAA8
Text Example
Text Example
White with #C6AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAA8; }
p { color: rgb(198,170,168); }
H1.HeaderClassName
{
color: #C6AAA8;
}
.AnyTagClassName
{
color: #C6AAA8;
}
</style>
background-color css
<style>
a { background-color: #C6AAA8; }
a { background-color: rgb(198,170,168); }
div.DivClassName
{
background-color: #C6AAA8;
}
.BgClassName
{
background-color: #C6AAA8;
}
</style>
border-color css
<style>
span { border-color: #C6AAA8; }
span { border-color: rgb(198,170,168); }
td.TdClassName
{
border-color: #C6AAA8;
}
.TagClassName
{
border-color: #C6AAA8;
}
</style>