Shades of Pink Swan #C4ADAC
Tints of Pink Swan #C4ADAC
RGB
CMYK
RGB Variations
Color information
#C4ADAC (or 0xC4ADAC) is known color: Pink Swan. HEX triplet: C4, AD and AC. RGB value is (196,173,172). Sum of RGB (Red+Green+Blue) = 196+173+172=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAC is #3B5253. Grayscale: #B3B3B3. Windows color (decimal): -3887700 or 11316676. OLE color: 11316676.
HSL color Cylindrical-coordinate representation of color #C4ADAC: hue angle of 2.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADAC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 172 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.23 |
| HSL | 2.5º | 0.17% | 0.72% | - |
| HSV(B) | 2.5º | 0.12% | 0.77% | - |
| XYZ | 45.15 | 44.6 | 45.26 | - |
| YUV | 179.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 172 | 0 | 0.12 | 0.12 | 0.23 | 2.5 | 0.17 | 0.72 |
| Hex | C4 | AD | AC | 0 | C | C | 17 | 2 | 11 | 48 |
| Octal | 304 | 255 | 254 | 0 | 14 | 14 | 27 | 2 | 21 | 110 |
| Binary | 11000100 | 10101101 | 10101100 | 0 | 1100 | 1100 | 10111 | 10 | 10001 | 1001000 |
Color Harmonies of #C4ADAC
Complementary color
Monochromatic Colors of #C4ADAC
Black with #C4ADAC
Text Example
Text Example
White with #C4ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADAC; }
p { color: rgb(196,173,172); }
H1.HeaderClassName
{
color: #C4ADAC;
}
.AnyTagClassName
{
color: #C4ADAC;
}
</style>
background-color css
<style>
a { background-color: #C4ADAC; }
a { background-color: rgb(196,173,172); }
div.DivClassName
{
background-color: #C4ADAC;
}
.BgClassName
{
background-color: #C4ADAC;
}
</style>
border-color css
<style>
span { border-color: #C4ADAC; }
span { border-color: rgb(196,173,172); }
td.TdClassName
{
border-color: #C4ADAC;
}
.TagClassName
{
border-color: #C4ADAC;
}
</style>