Shades of Careys Pink #C2A0AA
Tints of Careys Pink #C2A0AA
RGB
CMYK
RGB Variations
Color information
#C2A0AA (or 0xC2A0AA) is known color: Careys Pink. HEX triplet: C2, A0 and AA. RGB value is (194,160,170). Sum of RGB (Red+Green+Blue) = 194+160+170=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A0AA is #3D5F55. Grayscale: #ABABAB. Windows color (decimal): -4022102 or 11182274. OLE color: 11182274.
HSL color Cylindrical-coordinate representation of color #C2A0AA: hue angle of 342.35º 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 #C2A0AA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 170 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.24 |
| HSL | 342.35º | 0.22% | 0.69% | - |
| HSV(B) | 342.35º | 0.18% | 0.76% | - |
| XYZ | 42.07 | 39.51 | 43.44 | - |
| YUV | 171.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 170 | 0 | 0.18 | 0.12 | 0.24 | 342.35 | 0.22 | 0.69 |
| Hex | C2 | A0 | AA | 0 | 12 | C | 18 | 156 | 16 | 45 |
| Octal | 302 | 240 | 252 | 0 | 22 | 14 | 30 | 526 | 26 | 105 |
| Binary | 11000010 | 10100000 | 10101010 | 0 | 10010 | 1100 | 11000 | 101010110 | 10110 | 1000101 |
Color Harmonies of #C2A0AA
Complementary color
Monochromatic Colors of #C2A0AA
Black with #C2A0AA
Text Example
Text Example
White with #C2A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0AA; }
p { color: rgb(194,160,170); }
H1.HeaderClassName
{
color: #C2A0AA;
}
.AnyTagClassName
{
color: #C2A0AA;
}
</style>
background-color css
<style>
a { background-color: #C2A0AA; }
a { background-color: rgb(194,160,170); }
div.DivClassName
{
background-color: #C2A0AA;
}
.BgClassName
{
background-color: #C2A0AA;
}
</style>
border-color css
<style>
span { border-color: #C2A0AA; }
span { border-color: rgb(194,160,170); }
td.TdClassName
{
border-color: #C2A0AA;
}
.TagClassName
{
border-color: #C2A0AA;
}
</style>