Shades of Careys Pink #C4A3AB
Tints of Careys Pink #C4A3AB
RGB
CMYK
RGB Variations
Color information
#C4A3AB (or 0xC4A3AB) is known color: Careys Pink. HEX triplet: C4, A3 and AB. RGB value is (196,163,171). Sum of RGB (Red+Green+Blue) = 196+163+171=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A3AB is #3B5C54. Grayscale: #ADADAD. Windows color (decimal): -3890261 or 11248580. OLE color: 11248580.
HSL color Cylindrical-coordinate representation of color #C4A3AB: hue angle of 345.45º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A3AB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 171 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.23 |
| HSL | 345.45º | 0.22% | 0.7% | - |
| HSV(B) | 345.45º | 0.17% | 0.77% | - |
| XYZ | 43.21 | 40.87 | 44.14 | - |
| YUV | 173.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 171 | 0 | 0.17 | 0.13 | 0.23 | 345.45 | 0.22 | 0.7 |
| Hex | C4 | A3 | AB | 0 | 11 | D | 17 | 159 | 16 | 46 |
| Octal | 304 | 243 | 253 | 0 | 21 | 15 | 27 | 531 | 26 | 106 |
| Binary | 11000100 | 10100011 | 10101011 | 0 | 10001 | 1101 | 10111 | 101011001 | 10110 | 1000110 |
Color Harmonies of #C4A3AB
Complementary color
Monochromatic Colors of #C4A3AB
Black with #C4A3AB
Text Example
Text Example
White with #C4A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A3AB; }
p { color: rgb(196,163,171); }
H1.HeaderClassName
{
color: #C4A3AB;
}
.AnyTagClassName
{
color: #C4A3AB;
}
</style>
background-color css
<style>
a { background-color: #C4A3AB; }
a { background-color: rgb(196,163,171); }
div.DivClassName
{
background-color: #C4A3AB;
}
.BgClassName
{
background-color: #C4A3AB;
}
</style>
border-color css
<style>
span { border-color: #C4A3AB; }
span { border-color: rgb(196,163,171); }
td.TdClassName
{
border-color: #C4A3AB;
}
.TagClassName
{
border-color: #C4A3AB;
}
</style>