Shades of Pink Swan #C8AAAA
Tints of Pink Swan #C8AAAA
RGB
CMYK
RGB Variations
Color information
#C8AAAA (or 0xC8AAAA) is known color: Pink Swan. HEX triplet: C8, AA and AA. RGB value is (200,170,170). Sum of RGB (Red+Green+Blue) = 200+170+170=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAAA is #375555. Grayscale: #B3B3B3. Windows color (decimal): -3626326 or 11184840. OLE color: 11184840.
HSL color Cylindrical-coordinate representation of color #C8AAAA: hue angle of 0º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAAA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 170 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.22 |
| HSL | 0º | 0.21% | 0.73% | - |
| HSV(B) | 0º | 0.15% | 0.78% | - |
| XYZ | 45.45 | 43.93 | 44.11 | - |
| YUV | 178.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 170 | 0 | 0.15 | 0.15 | 0.22 | 0 | 0.21 | 0.73 |
| Hex | C8 | AA | AA | 0 | F | F | 16 | 0 | 15 | 49 |
| Octal | 310 | 252 | 252 | 0 | 17 | 17 | 26 | 0 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10101010 | 0 | 1111 | 1111 | 10110 | 0 | 10101 | 1001001 |
Color Harmonies of #C8AAAA
Complementary color
Monochromatic Colors of #C8AAAA
Black with #C8AAAA
Text Example
Text Example
White with #C8AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAAA; }
p { color: rgb(200,170,170); }
H1.HeaderClassName
{
color: #C8AAAA;
}
.AnyTagClassName
{
color: #C8AAAA;
}
</style>
background-color css
<style>
a { background-color: #C8AAAA; }
a { background-color: rgb(200,170,170); }
div.DivClassName
{
background-color: #C8AAAA;
}
.BgClassName
{
background-color: #C8AAAA;
}
</style>
border-color css
<style>
span { border-color: #C8AAAA; }
span { border-color: rgb(200,170,170); }
td.TdClassName
{
border-color: #C8AAAA;
}
.TagClassName
{
border-color: #C8AAAA;
}
</style>