Shades of Careys Pink #C0A3AB
Tints of Careys Pink #C0A3AB
RGB
CMYK
RGB Variations
Color information
#C0A3AB (or 0xC0A3AB) is known color: Careys Pink. HEX triplet: C0, A3 and AB. RGB value is (192,163,171). Sum of RGB (Red+Green+Blue) = 192+163+171=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A3AB is #3F5C54. Grayscale: #ACACAC. Windows color (decimal): -4152405 or 11248576. OLE color: 11248576.
HSL color Cylindrical-coordinate representation of color #C0A3AB: hue angle of 343.45º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A3AB is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 171 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.25 |
| HSL | 343.45º | 0.19% | 0.7% | - |
| HSV(B) | 343.45º | 0.15% | 0.75% | - |
| XYZ | 42.19 | 40.34 | 44.09 | - |
| YUV | 172.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 171 | 0 | 0.15 | 0.11 | 0.25 | 343.45 | 0.19 | 0.7 |
| Hex | C0 | A3 | AB | 0 | F | B | 19 | 157 | 13 | 46 |
| Octal | 300 | 243 | 253 | 0 | 17 | 13 | 31 | 527 | 23 | 106 |
| Binary | 11000000 | 10100011 | 10101011 | 0 | 1111 | 1011 | 11001 | 101010111 | 10011 | 1000110 |
Color Harmonies of #C0A3AB
Complementary color
Monochromatic Colors of #C0A3AB
Black with #C0A3AB
Text Example
Text Example
White with #C0A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3AB; }
p { color: rgb(192,163,171); }
H1.HeaderClassName
{
color: #C0A3AB;
}
.AnyTagClassName
{
color: #C0A3AB;
}
</style>
background-color css
<style>
a { background-color: #C0A3AB; }
a { background-color: rgb(192,163,171); }
div.DivClassName
{
background-color: #C0A3AB;
}
.BgClassName
{
background-color: #C0A3AB;
}
</style>
border-color css
<style>
span { border-color: #C0A3AB; }
span { border-color: rgb(192,163,171); }
td.TdClassName
{
border-color: #C0A3AB;
}
.TagClassName
{
border-color: #C0A3AB;
}
</style>