Shades of Careys Pink #C4A1AB
Tints of Careys Pink #C4A1AB
RGB
CMYK
RGB Variations
Color information
#C4A1AB (or 0xC4A1AB) is known color: Careys Pink. HEX triplet: C4, A1 and AB. RGB value is (196,161,171). Sum of RGB (Red+Green+Blue) = 196+161+171=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A1AB is #3B5E54. Grayscale: #ACACAC. Windows color (decimal): -3890773 or 11248068. OLE color: 11248068.
HSL color Cylindrical-coordinate representation of color #C4A1AB: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A1AB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 171 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.23 |
| HSL | 342.86º | 0.23% | 0.7% | - |
| HSV(B) | 342.86º | 0.18% | 0.77% | - |
| XYZ | 42.86 | 40.17 | 44.02 | - |
| YUV | 172.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 171 | 0 | 0.18 | 0.13 | 0.23 | 342.86 | 0.23 | 0.7 |
| Hex | C4 | A1 | AB | 0 | 12 | D | 17 | 157 | 17 | 46 |
| Octal | 304 | 241 | 253 | 0 | 22 | 15 | 27 | 527 | 27 | 106 |
| Binary | 11000100 | 10100001 | 10101011 | 0 | 10010 | 1101 | 10111 | 101010111 | 10111 | 1000110 |
Color Harmonies of #C4A1AB
Complementary color
Monochromatic Colors of #C4A1AB
Black with #C4A1AB
Text Example
Text Example
White with #C4A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A1AB; }
p { color: rgb(196,161,171); }
H1.HeaderClassName
{
color: #C4A1AB;
}
.AnyTagClassName
{
color: #C4A1AB;
}
</style>
background-color css
<style>
a { background-color: #C4A1AB; }
a { background-color: rgb(196,161,171); }
div.DivClassName
{
background-color: #C4A1AB;
}
.BgClassName
{
background-color: #C4A1AB;
}
</style>
border-color css
<style>
span { border-color: #C4A1AB; }
span { border-color: rgb(196,161,171); }
td.TdClassName
{
border-color: #C4A1AB;
}
.TagClassName
{
border-color: #C4A1AB;
}
</style>