Shades of Careys Pink #C4A8AB
Tints of Careys Pink #C4A8AB
RGB
CMYK
RGB Variations
Color information
#C4A8AB (or 0xC4A8AB) is known color: Careys Pink. HEX triplet: C4, A8 and AB. RGB value is (196,168,171). Sum of RGB (Red+Green+Blue) = 196+168+171=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A8AB is #3B5754. Grayscale: #B0B0B0. Windows color (decimal): -3888981 or 11249860. OLE color: 11249860.
HSL color Cylindrical-coordinate representation of color #C4A8AB: hue angle of 353.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8AB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 171 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.23 |
| HSL | 353.57º | 0.19% | 0.71% | - |
| HSV(B) | 353.57º | 0.14% | 0.77% | - |
| XYZ | 44.12 | 42.68 | 44.44 | - |
| YUV | 176.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 171 | 0 | 0.14 | 0.13 | 0.23 | 353.57 | 0.19 | 0.71 |
| Hex | C4 | A8 | AB | 0 | E | D | 17 | 162 | 13 | 47 |
| Octal | 304 | 250 | 253 | 0 | 16 | 15 | 27 | 542 | 23 | 107 |
| Binary | 11000100 | 10101000 | 10101011 | 0 | 1110 | 1101 | 10111 | 101100010 | 10011 | 1000111 |
Color Harmonies of #C4A8AB
Complementary color
Monochromatic Colors of #C4A8AB
Black with #C4A8AB
Text Example
Text Example
White with #C4A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8AB; }
p { color: rgb(196,168,171); }
H1.HeaderClassName
{
color: #C4A8AB;
}
.AnyTagClassName
{
color: #C4A8AB;
}
</style>
background-color css
<style>
a { background-color: #C4A8AB; }
a { background-color: rgb(196,168,171); }
div.DivClassName
{
background-color: #C4A8AB;
}
.BgClassName
{
background-color: #C4A8AB;
}
</style>
border-color css
<style>
span { border-color: #C4A8AB; }
span { border-color: rgb(196,168,171); }
td.TdClassName
{
border-color: #C4A8AB;
}
.TagClassName
{
border-color: #C4A8AB;
}
</style>