Shades of Pink Swan #C1ADAB
Tints of Pink Swan #C1ADAB
RGB
CMYK
RGB Variations
Color information
#C1ADAB (or 0xC1ADAB) is known color: Pink Swan. HEX triplet: C1, AD and AB. RGB value is (193,173,171). Sum of RGB (Red+Green+Blue) = 193+173+171=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADAB is #3E5254. Grayscale: #B2B2B2. Windows color (decimal): -4084309 or 11251137. OLE color: 11251137.
HSL color Cylindrical-coordinate representation of color #C1ADAB: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ADAB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 171 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.24 |
| HSL | 5.45º | 0.15% | 0.71% | - |
| HSV(B) | 5.45º | 0.11% | 0.76% | - |
| XYZ | 44.29 | 44.16 | 44.72 | - |
| YUV | 178.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 171 | 0 | 0.10 | 0.11 | 0.24 | 5.45 | 0.15 | 0.71 |
| Hex | C1 | AD | AB | 0 | A | B | 18 | 5 | F | 47 |
| Octal | 301 | 255 | 253 | 0 | 12 | 13 | 30 | 5 | 17 | 107 |
| Binary | 11000001 | 10101101 | 10101011 | 0 | 1010 | 1011 | 11000 | 101 | 1111 | 1000111 |
Color Harmonies of #C1ADAB
Complementary color
Monochromatic Colors of #C1ADAB
Black with #C1ADAB
Text Example
Text Example
White with #C1ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADAB; }
p { color: rgb(193,173,171); }
H1.HeaderClassName
{
color: #C1ADAB;
}
.AnyTagClassName
{
color: #C1ADAB;
}
</style>
background-color css
<style>
a { background-color: #C1ADAB; }
a { background-color: rgb(193,173,171); }
div.DivClassName
{
background-color: #C1ADAB;
}
.BgClassName
{
background-color: #C1ADAB;
}
</style>
border-color css
<style>
span { border-color: #C1ADAB; }
span { border-color: rgb(193,173,171); }
td.TdClassName
{
border-color: #C1ADAB;
}
.TagClassName
{
border-color: #C1ADAB;
}
</style>