Shades of Careys Pink #C2A0AB
Tints of Careys Pink #C2A0AB
RGB
CMYK
RGB Variations
Color information
#C2A0AB (or 0xC2A0AB) is known color: Careys Pink. HEX triplet: C2, A0 and AB. RGB value is (194,160,171). Sum of RGB (Red+Green+Blue) = 194+160+171=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A0AB is #3D5F54. Grayscale: #ABABAB. Windows color (decimal): -4022101 or 11247810. OLE color: 11247810.
HSL color Cylindrical-coordinate representation of color #C2A0AB: hue angle of 340.59º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A0AB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 171 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.24 |
| HSL | 340.59º | 0.22% | 0.69% | - |
| HSV(B) | 340.59º | 0.18% | 0.76% | - |
| XYZ | 42.17 | 39.55 | 43.94 | - |
| YUV | 171.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 171 | 0 | 0.18 | 0.12 | 0.24 | 340.59 | 0.22 | 0.69 |
| Hex | C2 | A0 | AB | 0 | 12 | C | 18 | 155 | 16 | 45 |
| Octal | 302 | 240 | 253 | 0 | 22 | 14 | 30 | 525 | 26 | 105 |
| Binary | 11000010 | 10100000 | 10101011 | 0 | 10010 | 1100 | 11000 | 101010101 | 10110 | 1000101 |
Color Harmonies of #C2A0AB
Complementary color
Monochromatic Colors of #C2A0AB
Black with #C2A0AB
Text Example
Text Example
White with #C2A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0AB; }
p { color: rgb(194,160,171); }
H1.HeaderClassName
{
color: #C2A0AB;
}
.AnyTagClassName
{
color: #C2A0AB;
}
</style>
background-color css
<style>
a { background-color: #C2A0AB; }
a { background-color: rgb(194,160,171); }
div.DivClassName
{
background-color: #C2A0AB;
}
.BgClassName
{
background-color: #C2A0AB;
}
</style>
border-color css
<style>
span { border-color: #C2A0AB; }
span { border-color: rgb(194,160,171); }
td.TdClassName
{
border-color: #C2A0AB;
}
.TagClassName
{
border-color: #C2A0AB;
}
</style>