Shades of Careys Pink #C2A4AB
Tints of Careys Pink #C2A4AB
RGB
CMYK
RGB Variations
Color information
#C2A4AB (or 0xC2A4AB) is known color: Careys Pink. HEX triplet: C2, A4 and AB. RGB value is (194,164,171). Sum of RGB (Red+Green+Blue) = 194+164+171=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A4AB is #3D5B54. Grayscale: #ADADAD. Windows color (decimal): -4021077 or 11248834. OLE color: 11248834.
HSL color Cylindrical-coordinate representation of color #C2A4AB: hue angle of 346º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A4AB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 171 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.24 |
| HSL | 346º | 0.2% | 0.7% | - |
| HSV(B) | 346º | 0.15% | 0.76% | - |
| XYZ | 42.87 | 40.96 | 44.17 | - |
| YUV | 173.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 171 | 0 | 0.15 | 0.12 | 0.24 | 346 | 0.2 | 0.7 |
| Hex | C2 | A4 | AB | 0 | F | C | 18 | 15A | 14 | 46 |
| Octal | 302 | 244 | 253 | 0 | 17 | 14 | 30 | 532 | 24 | 106 |
| Binary | 11000010 | 10100100 | 10101011 | 0 | 1111 | 1100 | 11000 | 101011010 | 10100 | 1000110 |
Color Harmonies of #C2A4AB
Complementary color
Monochromatic Colors of #C2A4AB
Black with #C2A4AB
Text Example
Text Example
White with #C2A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4AB; }
p { color: rgb(194,164,171); }
H1.HeaderClassName
{
color: #C2A4AB;
}
.AnyTagClassName
{
color: #C2A4AB;
}
</style>
background-color css
<style>
a { background-color: #C2A4AB; }
a { background-color: rgb(194,164,171); }
div.DivClassName
{
background-color: #C2A4AB;
}
.BgClassName
{
background-color: #C2A4AB;
}
</style>
border-color css
<style>
span { border-color: #C2A4AB; }
span { border-color: rgb(194,164,171); }
td.TdClassName
{
border-color: #C2A4AB;
}
.TagClassName
{
border-color: #C2A4AB;
}
</style>