Shades of Careys Pink #C2A0A2
Tints of Careys Pink #C2A0A2
RGB
CMYK
RGB Variations
Color information
#C2A0A2 (or 0xC2A0A2) is known color: Careys Pink. HEX triplet: C2, A0 and A2. RGB value is (194,160,162). Sum of RGB (Red+Green+Blue) = 194+160+162=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A0A2 is #3D5F5D. Grayscale: #AAAAAA. Windows color (decimal): -4022110 or 10657986. OLE color: 10657986.
HSL color Cylindrical-coordinate representation of color #C2A0A2: hue angle of 356.47º 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 #C2A0A2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 162 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.24 |
| HSL | 356.47º | 0.22% | 0.69% | - |
| HSV(B) | 356.47º | 0.18% | 0.76% | - |
| XYZ | 41.34 | 39.22 | 39.57 | - |
| YUV | 170.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 162 | 0 | 0.18 | 0.16 | 0.24 | 356.47 | 0.22 | 0.69 |
| Hex | C2 | A0 | A2 | 0 | 12 | 10 | 18 | 164 | 16 | 45 |
| Octal | 302 | 240 | 242 | 0 | 22 | 20 | 30 | 544 | 26 | 105 |
| Binary | 11000010 | 10100000 | 10100010 | 0 | 10010 | 10000 | 11000 | 101100100 | 10110 | 1000101 |
Color Harmonies of #C2A0A2
Complementary color
Monochromatic Colors of #C2A0A2
Black with #C2A0A2
Text Example
Text Example
White with #C2A0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0A2; }
p { color: rgb(194,160,162); }
H1.HeaderClassName
{
color: #C2A0A2;
}
.AnyTagClassName
{
color: #C2A0A2;
}
</style>
background-color css
<style>
a { background-color: #C2A0A2; }
a { background-color: rgb(194,160,162); }
div.DivClassName
{
background-color: #C2A0A2;
}
.BgClassName
{
background-color: #C2A0A2;
}
</style>
border-color css
<style>
span { border-color: #C2A0A2; }
span { border-color: rgb(194,160,162); }
td.TdClassName
{
border-color: #C2A0A2;
}
.TagClassName
{
border-color: #C2A0A2;
}
</style>