Shades of Careys Pink #C2ABB0
Tints of Careys Pink #C2ABB0
RGB
CMYK
RGB Variations
Color information
#C2ABB0 (or 0xC2ABB0) is known color: Careys Pink. HEX triplet: C2, AB and B0. RGB value is (194,171,176). Sum of RGB (Red+Green+Blue) = 194+171+176=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABB0 is #3D544F. Grayscale: #B2B2B2. Windows color (decimal): -4019280 or 11578306. OLE color: 11578306.
HSL color Cylindrical-coordinate representation of color #C2ABB0: hue angle of 346.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABB0 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 176 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.24 |
| HSL | 346.96º | 0.16% | 0.72% | - |
| HSV(B) | 346.96º | 0.12% | 0.76% | - |
| XYZ | 44.65 | 43.73 | 47.16 | - |
| YUV | 178.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 176 | 0 | 0.12 | 0.09 | 0.24 | 346.96 | 0.16 | 0.72 |
| Hex | C2 | AB | B0 | 0 | C | 9 | 18 | 15B | 10 | 48 |
| Octal | 302 | 253 | 260 | 0 | 14 | 11 | 30 | 533 | 20 | 110 |
| Binary | 11000010 | 10101011 | 10110000 | 0 | 1100 | 1001 | 11000 | 101011011 | 10000 | 1001000 |
Color Harmonies of #C2ABB0
Complementary color
Monochromatic Colors of #C2ABB0
Black with #C2ABB0
Text Example
Text Example
White with #C2ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABB0; }
p { color: rgb(194,171,176); }
H1.HeaderClassName
{
color: #C2ABB0;
}
.AnyTagClassName
{
color: #C2ABB0;
}
</style>
background-color css
<style>
a { background-color: #C2ABB0; }
a { background-color: rgb(194,171,176); }
div.DivClassName
{
background-color: #C2ABB0;
}
.BgClassName
{
background-color: #C2ABB0;
}
</style>
border-color css
<style>
span { border-color: #C2ABB0; }
span { border-color: rgb(194,171,176); }
td.TdClassName
{
border-color: #C2ABB0;
}
.TagClassName
{
border-color: #C2ABB0;
}
</style>