Shades of Pink Swan #C0ADAA
Tints of Pink Swan #C0ADAA
RGB
CMYK
RGB Variations
Color information
#C0ADAA (or 0xC0ADAA) is known color: Pink Swan. HEX triplet: C0, AD and AA. RGB value is (192,173,170). Sum of RGB (Red+Green+Blue) = 192+173+170=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADAA is #3F5255. Grayscale: #B2B2B2. Windows color (decimal): -4149846 or 11185600. OLE color: 11185600.
HSL color Cylindrical-coordinate representation of color #C0ADAA: hue angle of 8.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ADAA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 173 | 170 | - |
CMYK | 0 | 0.10 | 0.11 | 0.25 |
HSL | 8.18º | 0.15% | 0.71% | - |
HSV(B) | 8.18º | 0.11% | 0.75% | - |
XYZ | 43.94 | 44 | 44.21 | - |
YUV | 178.34 | 123.29 | 137.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 170 | 0 | 0.10 | 0.11 | 0.25 | 8.18 | 0.15 | 0.71 |
Hex | C0 | AD | AA | 0 | A | B | 19 | 8 | F | 47 |
Octal | 300 | 255 | 252 | 0 | 12 | 13 | 31 | 10 | 17 | 107 |
Binary | 11000000 | 10101101 | 10101010 | 0 | 1010 | 1011 | 11001 | 1000 | 1111 | 1000111 |
Color Harmonies of #C0ADAA
Complementary color
Monochromatic Colors of #C0ADAA
Black with #C0ADAA
Text Example
Text Example
White with #C0ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADAA; }
p { color: rgb(192,173,170); }
H1.HeaderClassName
{
color: #C0ADAA;
}
.AnyTagClassName
{
color: #C0ADAA;
}
</style>
background-color css
<style>
a { background-color: #C0ADAA; }
a { background-color: rgb(192,173,170); }
div.DivClassName
{
background-color: #C0ADAA;
}
.BgClassName
{
background-color: #C0ADAA;
}
</style>
border-color css
<style>
span { border-color: #C0ADAA; }
span { border-color: rgb(192,173,170); }
td.TdClassName
{
border-color: #C0ADAA;
}
.TagClassName
{
border-color: #C0ADAA;
}
</style>