Shades of Careys Pink #C4ABAF
Tints of Careys Pink #C4ABAF
RGB
CMYK
RGB Variations
Color information
#C4ABAF (or 0xC4ABAF) is known color: Careys Pink. HEX triplet: C4, AB and AF. RGB value is (196,171,175). Sum of RGB (Red+Green+Blue) = 196+171+175=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABAF is #3B5450. Grayscale: #B2B2B2. Windows color (decimal): -3888209 or 11512772. OLE color: 11512772.
HSL color Cylindrical-coordinate representation of color #C4ABAF: hue angle of 350.4º 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 #C4ABAF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 175 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.23 |
| HSL | 350.4º | 0.17% | 0.72% | - |
| HSV(B) | 350.4º | 0.13% | 0.77% | - |
| XYZ | 45.07 | 43.96 | 46.67 | - |
| YUV | 178.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 175 | 0 | 0.13 | 0.11 | 0.23 | 350.4 | 0.17 | 0.72 |
| Hex | C4 | AB | AF | 0 | D | B | 17 | 15E | 11 | 48 |
| Octal | 304 | 253 | 257 | 0 | 15 | 13 | 27 | 536 | 21 | 110 |
| Binary | 11000100 | 10101011 | 10101111 | 0 | 1101 | 1011 | 10111 | 101011110 | 10001 | 1001000 |
Color Harmonies of #C4ABAF
Complementary color
Monochromatic Colors of #C4ABAF
Black with #C4ABAF
Text Example
Text Example
White with #C4ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABAF; }
p { color: rgb(196,171,175); }
H1.HeaderClassName
{
color: #C4ABAF;
}
.AnyTagClassName
{
color: #C4ABAF;
}
</style>
background-color css
<style>
a { background-color: #C4ABAF; }
a { background-color: rgb(196,171,175); }
div.DivClassName
{
background-color: #C4ABAF;
}
.BgClassName
{
background-color: #C4ABAF;
}
</style>
border-color css
<style>
span { border-color: #C4ABAF; }
span { border-color: rgb(196,171,175); }
td.TdClassName
{
border-color: #C4ABAF;
}
.TagClassName
{
border-color: #C4ABAF;
}
</style>