Shades of Pink Swan #C4ABA8
Tints of Pink Swan #C4ABA8
RGB
CMYK
RGB Variations
Color information
#C4ABA8 (or 0xC4ABA8) is known color: Pink Swan. HEX triplet: C4, AB and A8. RGB value is (196,171,168). Sum of RGB (Red+Green+Blue) = 196+171+168=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABA8 is #3B5457. Grayscale: #B2B2B2. Windows color (decimal): -3888216 or 11054020. OLE color: 11054020.
HSL color Cylindrical-coordinate representation of color #C4ABA8: hue angle of 6.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4ABA8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 168 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.23 |
| HSL | 6.43º | 0.19% | 0.71% | - |
| HSV(B) | 6.43º | 0.14% | 0.77% | - |
| XYZ | 44.4 | 43.69 | 43.14 | - |
| YUV | 178.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 168 | 0 | 0.13 | 0.14 | 0.23 | 6.43 | 0.19 | 0.71 |
| Hex | C4 | AB | A8 | 0 | D | E | 17 | 6 | 13 | 47 |
| Octal | 304 | 253 | 250 | 0 | 15 | 16 | 27 | 6 | 23 | 107 |
| Binary | 11000100 | 10101011 | 10101000 | 0 | 1101 | 1110 | 10111 | 110 | 10011 | 1000111 |
Color Harmonies of #C4ABA8
Complementary color
Monochromatic Colors of #C4ABA8
Black with #C4ABA8
Text Example
Text Example
White with #C4ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABA8; }
p { color: rgb(196,171,168); }
H1.HeaderClassName
{
color: #C4ABA8;
}
.AnyTagClassName
{
color: #C4ABA8;
}
</style>
background-color css
<style>
a { background-color: #C4ABA8; }
a { background-color: rgb(196,171,168); }
div.DivClassName
{
background-color: #C4ABA8;
}
.BgClassName
{
background-color: #C4ABA8;
}
</style>
border-color css
<style>
span { border-color: #C4ABA8; }
span { border-color: rgb(196,171,168); }
td.TdClassName
{
border-color: #C4ABA8;
}
.TagClassName
{
border-color: #C4ABA8;
}
</style>