Shades of Pink Swan #C8AAA9
Tints of Pink Swan #C8AAA9
RGB
CMYK
RGB Variations
Color information
#C8AAA9 (or 0xC8AAA9) is known color: Pink Swan. HEX triplet: C8, AA and A9. RGB value is (200,170,169). Sum of RGB (Red+Green+Blue) = 200+170+169=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAA9 is #375556. Grayscale: #B2B2B2. Windows color (decimal): -3626327 or 11119304. OLE color: 11119304.
HSL color Cylindrical-coordinate representation of color #C8AAA9: hue angle of 1.94º degrees, saturation: 0.22, 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 #C8AAA9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 170 | 169 | - |
CMYK | 0 | 0.15 | 0.16 | 0.22 |
HSL | 1.94º | 0.22% | 0.72% | - |
HSV(B) | 1.94º | 0.16% | 0.78% | - |
XYZ | 45.36 | 43.89 | 43.62 | - |
YUV | 178.86 | 122.44 | 143.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 170 | 169 | 0 | 0.15 | 0.16 | 0.22 | 1.94 | 0.22 | 0.72 |
Hex | C8 | AA | A9 | 0 | F | 10 | 16 | 2 | 16 | 48 |
Octal | 310 | 252 | 251 | 0 | 17 | 20 | 26 | 2 | 26 | 110 |
Binary | 11001000 | 10101010 | 10101001 | 0 | 1111 | 10000 | 10110 | 10 | 10110 | 1001000 |
Color Harmonies of #C8AAA9
Complementary color
Monochromatic Colors of #C8AAA9
Black with #C8AAA9
Text Example
Text Example
White with #C8AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAA9; }
p { color: rgb(200,170,169); }
H1.HeaderClassName
{
color: #C8AAA9;
}
.AnyTagClassName
{
color: #C8AAA9;
}
</style>
background-color css
<style>
a { background-color: #C8AAA9; }
a { background-color: rgb(200,170,169); }
div.DivClassName
{
background-color: #C8AAA9;
}
.BgClassName
{
background-color: #C8AAA9;
}
</style>
border-color css
<style>
span { border-color: #C8AAA9; }
span { border-color: rgb(200,170,169); }
td.TdClassName
{
border-color: #C8AAA9;
}
.TagClassName
{
border-color: #C8AAA9;
}
</style>