Shades of Careys Pink #C4ABB0
Tints of Careys Pink #C4ABB0
RGB
CMYK
RGB Variations
Color information
#C4ABB0 (or 0xC4ABB0) is known color: Careys Pink. HEX triplet: C4, AB and B0. RGB value is (196,171,176). Sum of RGB (Red+Green+Blue) = 196+171+176=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABB0 is #3B544F. Grayscale: #B3B3B3. Windows color (decimal): -3888208 or 11578308. OLE color: 11578308.
HSL color Cylindrical-coordinate representation of color #C4ABB0: hue angle of 348º 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 #C4ABB0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 176 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.23 |
| HSL | 348º | 0.17% | 0.72% | - |
| HSV(B) | 348º | 0.13% | 0.77% | - |
| XYZ | 45.16 | 44 | 47.19 | - |
| YUV | 179.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 176 | 0 | 0.13 | 0.10 | 0.23 | 348 | 0.17 | 0.72 |
| Hex | C4 | AB | B0 | 0 | D | A | 17 | 15C | 11 | 48 |
| Octal | 304 | 253 | 260 | 0 | 15 | 12 | 27 | 534 | 21 | 110 |
| Binary | 11000100 | 10101011 | 10110000 | 0 | 1101 | 1010 | 10111 | 101011100 | 10001 | 1001000 |
Color Harmonies of #C4ABB0
Complementary color
Monochromatic Colors of #C4ABB0
Black with #C4ABB0
Text Example
Text Example
White with #C4ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABB0; }
p { color: rgb(196,171,176); }
H1.HeaderClassName
{
color: #C4ABB0;
}
.AnyTagClassName
{
color: #C4ABB0;
}
</style>
background-color css
<style>
a { background-color: #C4ABB0; }
a { background-color: rgb(196,171,176); }
div.DivClassName
{
background-color: #C4ABB0;
}
.BgClassName
{
background-color: #C4ABB0;
}
</style>
border-color css
<style>
span { border-color: #C4ABB0; }
span { border-color: rgb(196,171,176); }
td.TdClassName
{
border-color: #C4ABB0;
}
.TagClassName
{
border-color: #C4ABB0;
}
</style>