Shades of Pink Swan #C0ADAB
Tints of Pink Swan #C0ADAB
RGB
CMYK
RGB Variations
Color information
#C0ADAB (or 0xC0ADAB) is known color: Pink Swan. HEX triplet: C0, AD and AB. RGB value is (192,173,171). Sum of RGB (Red+Green+Blue) = 192+173+171=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADAB is #3F5254. Grayscale: #B2B2B2. Windows color (decimal): -4149845 or 11251136. OLE color: 11251136.
HSL color Cylindrical-coordinate representation of color #C0ADAB: hue angle of 5.71º degrees, saturation: 0.14, 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 #C0ADAB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 171 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.25 |
| HSL | 5.71º | 0.14% | 0.71% | - |
| HSV(B) | 5.71º | 0.11% | 0.75% | - |
| XYZ | 44.03 | 44.03 | 44.71 | - |
| YUV | 178.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 171 | 0 | 0.10 | 0.11 | 0.25 | 5.71 | 0.14 | 0.71 |
| Hex | C0 | AD | AB | 0 | A | B | 19 | 6 | E | 47 |
| Octal | 300 | 255 | 253 | 0 | 12 | 13 | 31 | 6 | 16 | 107 |
| Binary | 11000000 | 10101101 | 10101011 | 0 | 1010 | 1011 | 11001 | 110 | 1110 | 1000111 |
Color Harmonies of #C0ADAB
Complementary color
Monochromatic Colors of #C0ADAB
Black with #C0ADAB
Text Example
Text Example
White with #C0ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADAB; }
p { color: rgb(192,173,171); }
H1.HeaderClassName
{
color: #C0ADAB;
}
.AnyTagClassName
{
color: #C0ADAB;
}
</style>
background-color css
<style>
a { background-color: #C0ADAB; }
a { background-color: rgb(192,173,171); }
div.DivClassName
{
background-color: #C0ADAB;
}
.BgClassName
{
background-color: #C0ADAB;
}
</style>
border-color css
<style>
span { border-color: #C0ADAB; }
span { border-color: rgb(192,173,171); }
td.TdClassName
{
border-color: #C0ADAB;
}
.TagClassName
{
border-color: #C0ADAB;
}
</style>