Shades of Pink Swan #C1ADAC
Tints of Pink Swan #C1ADAC
RGB
CMYK
RGB Variations
Color information
#C1ADAC (or 0xC1ADAC) is known color: Pink Swan. HEX triplet: C1, AD and AC. RGB value is (193,173,172). Sum of RGB (Red+Green+Blue) = 193+173+172=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADAC is #3E5253. Grayscale: #B2B2B2. Windows color (decimal): -4084308 or 11316673. OLE color: 11316673.
HSL color Cylindrical-coordinate representation of color #C1ADAC: hue angle of 2.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ADAC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 172 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.24 |
| HSL | 2.86º | 0.14% | 0.72% | - |
| HSV(B) | 2.86º | 0.11% | 0.76% | - |
| XYZ | 44.38 | 44.2 | 45.22 | - |
| YUV | 178.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 172 | 0 | 0.10 | 0.11 | 0.24 | 2.86 | 0.14 | 0.72 |
| Hex | C1 | AD | AC | 0 | A | B | 18 | 3 | E | 48 |
| Octal | 301 | 255 | 254 | 0 | 12 | 13 | 30 | 3 | 16 | 110 |
| Binary | 11000001 | 10101101 | 10101100 | 0 | 1010 | 1011 | 11000 | 11 | 1110 | 1001000 |
Color Harmonies of #C1ADAC
Complementary color
Monochromatic Colors of #C1ADAC
Black with #C1ADAC
Text Example
Text Example
White with #C1ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADAC; }
p { color: rgb(193,173,172); }
H1.HeaderClassName
{
color: #C1ADAC;
}
.AnyTagClassName
{
color: #C1ADAC;
}
</style>
background-color css
<style>
a { background-color: #C1ADAC; }
a { background-color: rgb(193,173,172); }
div.DivClassName
{
background-color: #C1ADAC;
}
.BgClassName
{
background-color: #C1ADAC;
}
</style>
border-color css
<style>
span { border-color: #C1ADAC; }
span { border-color: rgb(193,173,172); }
td.TdClassName
{
border-color: #C1ADAC;
}
.TagClassName
{
border-color: #C1ADAC;
}
</style>