Shades of Pink Swan #C4ABAB
Tints of Pink Swan #C4ABAB
RGB
CMYK
RGB Variations
Color information
#C4ABAB (or 0xC4ABAB) is known color: Pink Swan. HEX triplet: C4, AB and AB. RGB value is (196,171,171). Sum of RGB (Red+Green+Blue) = 196+171+171=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABAB is #3B5454. Grayscale: #B2B2B2. Windows color (decimal): -3888213 or 11250628. OLE color: 11250628.
HSL color Cylindrical-coordinate representation of color #C4ABAB: hue angle of 0º 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 #C4ABAB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 171 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.23 |
| HSL | 0º | 0.17% | 0.72% | - |
| HSV(B) | 0º | 0.13% | 0.77% | - |
| XYZ | 44.68 | 43.8 | 44.63 | - |
| YUV | 178.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 171 | 0 | 0.13 | 0.13 | 0.23 | 0 | 0.17 | 0.72 |
| Hex | C4 | AB | AB | 0 | D | D | 17 | 0 | 11 | 48 |
| Octal | 304 | 253 | 253 | 0 | 15 | 15 | 27 | 0 | 21 | 110 |
| Binary | 11000100 | 10101011 | 10101011 | 0 | 1101 | 1101 | 10111 | 0 | 10001 | 1001000 |
Color Harmonies of #C4ABAB
Complementary color
Monochromatic Colors of #C4ABAB
Black with #C4ABAB
Text Example
Text Example
White with #C4ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABAB; }
p { color: rgb(196,171,171); }
H1.HeaderClassName
{
color: #C4ABAB;
}
.AnyTagClassName
{
color: #C4ABAB;
}
</style>
background-color css
<style>
a { background-color: #C4ABAB; }
a { background-color: rgb(196,171,171); }
div.DivClassName
{
background-color: #C4ABAB;
}
.BgClassName
{
background-color: #C4ABAB;
}
</style>
border-color css
<style>
span { border-color: #C4ABAB; }
span { border-color: rgb(196,171,171); }
td.TdClassName
{
border-color: #C4ABAB;
}
.TagClassName
{
border-color: #C4ABAB;
}
</style>