Shades of Pink Swan #C2AFAA
Tints of Pink Swan #C2AFAA
RGB
CMYK
RGB Variations
Color information
#C2AFAA (or 0xC2AFAA) is known color: Pink Swan. HEX triplet: C2, AF and AA. RGB value is (194,175,170). Sum of RGB (Red+Green+Blue) = 194+175+170=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFAA is #3D5055. Grayscale: #B4B4B4. Windows color (decimal): -4018262 or 11186114. OLE color: 11186114.
HSL color Cylindrical-coordinate representation of color #C2AFAA: hue angle of 12.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AFAA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 175 | 170 | - |
CMYK | 0 | 0.10 | 0.12 | 0.24 |
HSL | 12.5º | 0.16% | 0.71% | - |
HSV(B) | 12.5º | 0.12% | 0.76% | - |
XYZ | 44.83 | 45.03 | 44.36 | - |
YUV | 180.11 | 122.29 | 137.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 170 | 0 | 0.10 | 0.12 | 0.24 | 12.5 | 0.16 | 0.71 |
Hex | C2 | AF | AA | 0 | A | C | 18 | C | 10 | 47 |
Octal | 302 | 257 | 252 | 0 | 12 | 14 | 30 | 14 | 20 | 107 |
Binary | 11000010 | 10101111 | 10101010 | 0 | 1010 | 1100 | 11000 | 1100 | 10000 | 1000111 |
Color Harmonies of #C2AFAA
Complementary color
Monochromatic Colors of #C2AFAA
Black with #C2AFAA
Text Example
Text Example
White with #C2AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFAA; }
p { color: rgb(194,175,170); }
H1.HeaderClassName
{
color: #C2AFAA;
}
.AnyTagClassName
{
color: #C2AFAA;
}
</style>
background-color css
<style>
a { background-color: #C2AFAA; }
a { background-color: rgb(194,175,170); }
div.DivClassName
{
background-color: #C2AFAA;
}
.BgClassName
{
background-color: #C2AFAA;
}
</style>
border-color css
<style>
span { border-color: #C2AFAA; }
span { border-color: rgb(194,175,170); }
td.TdClassName
{
border-color: #C2AFAA;
}
.TagClassName
{
border-color: #C2AFAA;
}
</style>