Shades of Careys Pink #C2AAB0
Tints of Careys Pink #C2AAB0
RGB
CMYK
RGB Variations
Color information
#C2AAB0 (or 0xC2AAB0) is known color: Careys Pink. HEX triplet: C2, AA and B0. RGB value is (194,170,176). Sum of RGB (Red+Green+Blue) = 194+170+176=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAB0 is #3D554F. Grayscale: #B1B1B1. Windows color (decimal): -4019536 or 11578050. OLE color: 11578050.
HSL color Cylindrical-coordinate representation of color #C2AAB0: hue angle of 345º 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 #C2AAB0 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 176 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.24 |
| HSL | 345º | 0.16% | 0.71% | - |
| HSV(B) | 345º | 0.12% | 0.76% | - |
| XYZ | 44.46 | 43.35 | 47.1 | - |
| YUV | 177.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 176 | 0 | 0.12 | 0.09 | 0.24 | 345 | 0.16 | 0.71 |
| Hex | C2 | AA | B0 | 0 | C | 9 | 18 | 159 | 10 | 47 |
| Octal | 302 | 252 | 260 | 0 | 14 | 11 | 30 | 531 | 20 | 107 |
| Binary | 11000010 | 10101010 | 10110000 | 0 | 1100 | 1001 | 11000 | 101011001 | 10000 | 1000111 |
Color Harmonies of #C2AAB0
Complementary color
Monochromatic Colors of #C2AAB0
Black with #C2AAB0
Text Example
Text Example
White with #C2AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAB0; }
p { color: rgb(194,170,176); }
H1.HeaderClassName
{
color: #C2AAB0;
}
.AnyTagClassName
{
color: #C2AAB0;
}
</style>
background-color css
<style>
a { background-color: #C2AAB0; }
a { background-color: rgb(194,170,176); }
div.DivClassName
{
background-color: #C2AAB0;
}
.BgClassName
{
background-color: #C2AAB0;
}
</style>
border-color css
<style>
span { border-color: #C2AAB0; }
span { border-color: rgb(194,170,176); }
td.TdClassName
{
border-color: #C2AAB0;
}
.TagClassName
{
border-color: #C2AAB0;
}
</style>