Shades of Pink Swan #C0ADAD
Tints of Pink Swan #C0ADAD
RGB
CMYK
RGB Variations
Color information
#C0ADAD (or 0xC0ADAD) is known color: Pink Swan. HEX triplet: C0, AD and AD. RGB value is (192,173,173). Sum of RGB (Red+Green+Blue) = 192+173+173=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADAD is #3F5252. Grayscale: #B2B2B2. Windows color (decimal): -4149843 or 11382208. OLE color: 11382208.
HSL color Cylindrical-coordinate representation of color #C0ADAD: hue angle of 0º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADAD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 173 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.25 |
| HSL | 0º | 0.13% | 0.72% | - |
| HSV(B) | 0º | 0.1% | 0.75% | - |
| XYZ | 44.22 | 44.11 | 45.72 | - |
| YUV | 178.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 173 | 0 | 0.10 | 0.10 | 0.25 | 0 | 0.13 | 0.72 |
| Hex | C0 | AD | AD | 0 | A | A | 19 | 0 | D | 48 |
| Octal | 300 | 255 | 255 | 0 | 12 | 12 | 31 | 0 | 15 | 110 |
| Binary | 11000000 | 10101101 | 10101101 | 0 | 1010 | 1010 | 11001 | 0 | 1101 | 1001000 |
Color Harmonies of #C0ADAD
Complementary color
Monochromatic Colors of #C0ADAD
Black with #C0ADAD
Text Example
Text Example
White with #C0ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADAD; }
p { color: rgb(192,173,173); }
H1.HeaderClassName
{
color: #C0ADAD;
}
.AnyTagClassName
{
color: #C0ADAD;
}
</style>
background-color css
<style>
a { background-color: #C0ADAD; }
a { background-color: rgb(192,173,173); }
div.DivClassName
{
background-color: #C0ADAD;
}
.BgClassName
{
background-color: #C0ADAD;
}
</style>
border-color css
<style>
span { border-color: #C0ADAD; }
span { border-color: rgb(192,173,173); }
td.TdClassName
{
border-color: #C0ADAD;
}
.TagClassName
{
border-color: #C0ADAD;
}
</style>