Shades of Careys Pink #C2AAAC
Tints of Careys Pink #C2AAAC
RGB
CMYK
RGB Variations
Color information
#C2AAAC (or 0xC2AAAC) is known color: Careys Pink. HEX triplet: C2, AA and AC. RGB value is (194,170,172). Sum of RGB (Red+Green+Blue) = 194+170+172=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAAC is #3D5553. Grayscale: #B1B1B1. Windows color (decimal): -4019540 or 11315906. OLE color: 11315906.
HSL color Cylindrical-coordinate representation of color #C2AAAC: hue angle of 355º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AAAC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 172 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.24 |
| HSL | 355º | 0.16% | 0.71% | - |
| HSV(B) | 355º | 0.12% | 0.76% | - |
| XYZ | 44.07 | 43.2 | 45.04 | - |
| YUV | 177.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 172 | 0 | 0.12 | 0.11 | 0.24 | 355 | 0.16 | 0.71 |
| Hex | C2 | AA | AC | 0 | C | B | 18 | 163 | 10 | 47 |
| Octal | 302 | 252 | 254 | 0 | 14 | 13 | 30 | 543 | 20 | 107 |
| Binary | 11000010 | 10101010 | 10101100 | 0 | 1100 | 1011 | 11000 | 101100011 | 10000 | 1000111 |
Color Harmonies of #C2AAAC
Complementary color
Monochromatic Colors of #C2AAAC
Black with #C2AAAC
Text Example
Text Example
White with #C2AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAAC; }
p { color: rgb(194,170,172); }
H1.HeaderClassName
{
color: #C2AAAC;
}
.AnyTagClassName
{
color: #C2AAAC;
}
</style>
background-color css
<style>
a { background-color: #C2AAAC; }
a { background-color: rgb(194,170,172); }
div.DivClassName
{
background-color: #C2AAAC;
}
.BgClassName
{
background-color: #C2AAAC;
}
</style>
border-color css
<style>
span { border-color: #C2AAAC; }
span { border-color: rgb(194,170,172); }
td.TdClassName
{
border-color: #C2AAAC;
}
.TagClassName
{
border-color: #C2AAAC;
}
</style>