Shades of Careys Pink #C4ABAC
Tints of Careys Pink #C4ABAC
RGB
CMYK
RGB Variations
Color information
#C4ABAC (or 0xC4ABAC) is known color: Careys Pink. HEX triplet: C4, AB and AC. RGB value is (196,171,172). Sum of RGB (Red+Green+Blue) = 196+171+172=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABAC is #3B5453. Grayscale: #B2B2B2. Windows color (decimal): -3888212 or 11316164. OLE color: 11316164.
HSL color Cylindrical-coordinate representation of color #C4ABAC: hue angle of 357.6º 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 #C4ABAC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 172 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.23 |
| HSL | 357.6º | 0.17% | 0.72% | - |
| HSV(B) | 357.6º | 0.13% | 0.77% | - |
| XYZ | 44.77 | 43.84 | 45.13 | - |
| YUV | 178.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 172 | 0 | 0.13 | 0.12 | 0.23 | 357.6 | 0.17 | 0.72 |
| Hex | C4 | AB | AC | 0 | D | C | 17 | 166 | 11 | 48 |
| Octal | 304 | 253 | 254 | 0 | 15 | 14 | 27 | 546 | 21 | 110 |
| Binary | 11000100 | 10101011 | 10101100 | 0 | 1101 | 1100 | 10111 | 101100110 | 10001 | 1001000 |
Color Harmonies of #C4ABAC
Complementary color
Monochromatic Colors of #C4ABAC
Black with #C4ABAC
Text Example
Text Example
White with #C4ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABAC; }
p { color: rgb(196,171,172); }
H1.HeaderClassName
{
color: #C4ABAC;
}
.AnyTagClassName
{
color: #C4ABAC;
}
</style>
background-color css
<style>
a { background-color: #C4ABAC; }
a { background-color: rgb(196,171,172); }
div.DivClassName
{
background-color: #C4ABAC;
}
.BgClassName
{
background-color: #C4ABAC;
}
</style>
border-color css
<style>
span { border-color: #C4ABAC; }
span { border-color: rgb(196,171,172); }
td.TdClassName
{
border-color: #C4ABAC;
}
.TagClassName
{
border-color: #C4ABAC;
}
</style>