Shades of Pink Swan #C4AEAB
Tints of Pink Swan #C4AEAB
RGB
CMYK
RGB Variations
Color information
#C4AEAB (or 0xC4AEAB) is known color: Pink Swan. HEX triplet: C4, AE and AB. RGB value is (196,174,171). Sum of RGB (Red+Green+Blue) = 196+174+171=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEAB is #3B5154. Grayscale: #B4B4B4. Windows color (decimal): -3887445 or 11251396. OLE color: 11251396.
HSL color Cylindrical-coordinate representation of color #C4AEAB: hue angle of 7.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AEAB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 171 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.23 |
| HSL | 7.2º | 0.17% | 0.72% | - |
| HSV(B) | 7.2º | 0.13% | 0.77% | - |
| XYZ | 45.25 | 44.95 | 44.82 | - |
| YUV | 180.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 171 | 0 | 0.11 | 0.13 | 0.23 | 7.2 | 0.17 | 0.72 |
| Hex | C4 | AE | AB | 0 | B | D | 17 | 7 | 11 | 48 |
| Octal | 304 | 256 | 253 | 0 | 13 | 15 | 27 | 7 | 21 | 110 |
| Binary | 11000100 | 10101110 | 10101011 | 0 | 1011 | 1101 | 10111 | 111 | 10001 | 1001000 |
Color Harmonies of #C4AEAB
Complementary color
Monochromatic Colors of #C4AEAB
Black with #C4AEAB
Text Example
Text Example
White with #C4AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEAB; }
p { color: rgb(196,174,171); }
H1.HeaderClassName
{
color: #C4AEAB;
}
.AnyTagClassName
{
color: #C4AEAB;
}
</style>
background-color css
<style>
a { background-color: #C4AEAB; }
a { background-color: rgb(196,174,171); }
div.DivClassName
{
background-color: #C4AEAB;
}
.BgClassName
{
background-color: #C4AEAB;
}
</style>
border-color css
<style>
span { border-color: #C4AEAB; }
span { border-color: rgb(196,174,171); }
td.TdClassName
{
border-color: #C4AEAB;
}
.TagClassName
{
border-color: #C4AEAB;
}
</style>