Shades of Careys Pink #C0A2AB
Tints of Careys Pink #C0A2AB
RGB
CMYK
RGB Variations
Color information
#C0A2AB (or 0xC0A2AB) is known color: Careys Pink. HEX triplet: C0, A2 and AB. RGB value is (192,162,171). Sum of RGB (Red+Green+Blue) = 192+162+171=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A2AB is #3F5D54. Grayscale: #ABABAB. Windows color (decimal): -4152661 or 11248320. OLE color: 11248320.
HSL color Cylindrical-coordinate representation of color #C0A2AB: hue angle of 342º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A2AB is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 171 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.25 |
| HSL | 342º | 0.19% | 0.69% | - |
| HSV(B) | 342º | 0.16% | 0.75% | - |
| XYZ | 42.01 | 39.99 | 44.03 | - |
| YUV | 172 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 171 | 0 | 0.16 | 0.11 | 0.25 | 342 | 0.19 | 0.69 |
| Hex | C0 | A2 | AB | 0 | 10 | B | 19 | 156 | 13 | 45 |
| Octal | 300 | 242 | 253 | 0 | 20 | 13 | 31 | 526 | 23 | 105 |
| Binary | 11000000 | 10100010 | 10101011 | 0 | 10000 | 1011 | 11001 | 101010110 | 10011 | 1000101 |
Color Harmonies of #C0A2AB
Complementary color
Monochromatic Colors of #C0A2AB
Black with #C0A2AB
Text Example
Text Example
White with #C0A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2AB; }
p { color: rgb(192,162,171); }
H1.HeaderClassName
{
color: #C0A2AB;
}
.AnyTagClassName
{
color: #C0A2AB;
}
</style>
background-color css
<style>
a { background-color: #C0A2AB; }
a { background-color: rgb(192,162,171); }
div.DivClassName
{
background-color: #C0A2AB;
}
.BgClassName
{
background-color: #C0A2AB;
}
</style>
border-color css
<style>
span { border-color: #C0A2AB; }
span { border-color: rgb(192,162,171); }
td.TdClassName
{
border-color: #C0A2AB;
}
.TagClassName
{
border-color: #C0A2AB;
}
</style>