Shades of Careys Pink #C2A0A3
Tints of Careys Pink #C2A0A3
RGB
CMYK
RGB Variations
Color information
#C2A0A3 (or 0xC2A0A3) is known color: Careys Pink. HEX triplet: C2, A0 and A3. RGB value is (194,160,163). Sum of RGB (Red+Green+Blue) = 194+160+163=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A0A3 is #3D5F5C. Grayscale: #AAAAAA. Windows color (decimal): -4022109 or 10723522. OLE color: 10723522.
HSL color Cylindrical-coordinate representation of color #C2A0A3: hue angle of 354.71º 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 #C2A0A3 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 163 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.24 |
| HSL | 354.71º | 0.22% | 0.69% | - |
| HSV(B) | 354.71º | 0.18% | 0.76% | - |
| XYZ | 41.43 | 39.26 | 40.04 | - |
| YUV | 170.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 163 | 0 | 0.18 | 0.16 | 0.24 | 354.71 | 0.22 | 0.69 |
| Hex | C2 | A0 | A3 | 0 | 12 | 10 | 18 | 163 | 16 | 45 |
| Octal | 302 | 240 | 243 | 0 | 22 | 20 | 30 | 543 | 26 | 105 |
| Binary | 11000010 | 10100000 | 10100011 | 0 | 10010 | 10000 | 11000 | 101100011 | 10110 | 1000101 |
Color Harmonies of #C2A0A3
Complementary color
Monochromatic Colors of #C2A0A3
Black with #C2A0A3
Text Example
Text Example
White with #C2A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0A3; }
p { color: rgb(194,160,163); }
H1.HeaderClassName
{
color: #C2A0A3;
}
.AnyTagClassName
{
color: #C2A0A3;
}
</style>
background-color css
<style>
a { background-color: #C2A0A3; }
a { background-color: rgb(194,160,163); }
div.DivClassName
{
background-color: #C2A0A3;
}
.BgClassName
{
background-color: #C2A0A3;
}
</style>
border-color css
<style>
span { border-color: #C2A0A3; }
span { border-color: rgb(194,160,163); }
td.TdClassName
{
border-color: #C2A0A3;
}
.TagClassName
{
border-color: #C2A0A3;
}
</style>