Shades of Pink Swan #C2ADAA
Tints of Pink Swan #C2ADAA
RGB
CMYK
RGB Variations
Color information
#C2ADAA (or 0xC2ADAA) is known color: Pink Swan. HEX triplet: C2, AD and AA. RGB value is (194,173,170). Sum of RGB (Red+Green+Blue) = 194+173+170=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADAA is #3D5255. Grayscale: #B2B2B2. Windows color (decimal): -4018774 or 11185602. OLE color: 11185602.
HSL color Cylindrical-coordinate representation of color #C2ADAA: hue angle of 7.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 #C2ADAA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 170 | - |
CMYK | 0 | 0.11 | 0.12 | 0.24 |
HSL | 7.5º | 0.16% | 0.71% | - |
HSV(B) | 7.5º | 0.12% | 0.76% | - |
XYZ | 44.45 | 44.26 | 44.23 | - |
YUV | 178.94 | 122.96 | 138.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 170 | 0 | 0.11 | 0.12 | 0.24 | 7.5 | 0.16 | 0.71 |
Hex | C2 | AD | AA | 0 | B | C | 18 | 8 | 10 | 47 |
Octal | 302 | 255 | 252 | 0 | 13 | 14 | 30 | 10 | 20 | 107 |
Binary | 11000010 | 10101101 | 10101010 | 0 | 1011 | 1100 | 11000 | 1000 | 10000 | 1000111 |
Color Harmonies of #C2ADAA
Complementary color
Monochromatic Colors of #C2ADAA
Black with #C2ADAA
Text Example
Text Example
White with #C2ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADAA; }
p { color: rgb(194,173,170); }
H1.HeaderClassName
{
color: #C2ADAA;
}
.AnyTagClassName
{
color: #C2ADAA;
}
</style>
background-color css
<style>
a { background-color: #C2ADAA; }
a { background-color: rgb(194,173,170); }
div.DivClassName
{
background-color: #C2ADAA;
}
.BgClassName
{
background-color: #C2ADAA;
}
</style>
border-color css
<style>
span { border-color: #C2ADAA; }
span { border-color: rgb(194,173,170); }
td.TdClassName
{
border-color: #C2ADAA;
}
.TagClassName
{
border-color: #C2ADAA;
}
</style>