Shades of Pink Swan #C4AEAD
Tints of Pink Swan #C4AEAD
RGB
CMYK
RGB Variations
Color information
#C4AEAD (or 0xC4AEAD) is known color: Pink Swan. HEX triplet: C4, AE and AD. RGB value is (196,174,173). Sum of RGB (Red+Green+Blue) = 196+174+173=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEAD is #3B5152. Grayscale: #B4B4B4. Windows color (decimal): -3887443 or 11382468. OLE color: 11382468.
HSL color Cylindrical-coordinate representation of color #C4AEAD: hue angle of 2.61º degrees, saturation: 0.16, 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 #C4AEAD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 173 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.23 |
| HSL | 2.61º | 0.16% | 0.72% | - |
| HSV(B) | 2.61º | 0.12% | 0.77% | - |
| XYZ | 45.44 | 45.03 | 45.83 | - |
| YUV | 180.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 173 | 0 | 0.11 | 0.12 | 0.23 | 2.61 | 0.16 | 0.72 |
| Hex | C4 | AE | AD | 0 | B | C | 17 | 3 | 10 | 48 |
| Octal | 304 | 256 | 255 | 0 | 13 | 14 | 27 | 3 | 20 | 110 |
| Binary | 11000100 | 10101110 | 10101101 | 0 | 1011 | 1100 | 10111 | 11 | 10000 | 1001000 |
Color Harmonies of #C4AEAD
Complementary color
Monochromatic Colors of #C4AEAD
Black with #C4AEAD
Text Example
Text Example
White with #C4AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEAD; }
p { color: rgb(196,174,173); }
H1.HeaderClassName
{
color: #C4AEAD;
}
.AnyTagClassName
{
color: #C4AEAD;
}
</style>
background-color css
<style>
a { background-color: #C4AEAD; }
a { background-color: rgb(196,174,173); }
div.DivClassName
{
background-color: #C4AEAD;
}
.BgClassName
{
background-color: #C4AEAD;
}
</style>
border-color css
<style>
span { border-color: #C4AEAD; }
span { border-color: rgb(196,174,173); }
td.TdClassName
{
border-color: #C4AEAD;
}
.TagClassName
{
border-color: #C4AEAD;
}
</style>