Shades of Careys Pink #C0ABAC
Tints of Careys Pink #C0ABAC
RGB
CMYK
RGB Variations
Color information
#C0ABAC (or 0xC0ABAC) is known color: Careys Pink. HEX triplet: C0, AB and AC. RGB value is (192,171,172). Sum of RGB (Red+Green+Blue) = 192+171+172=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABAC is #3F5453. Grayscale: #B1B1B1. Windows color (decimal): -4150356 or 11316160. OLE color: 11316160.
HSL color Cylindrical-coordinate representation of color #C0ABAC: hue angle of 357.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABAC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 172 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.25 |
| HSL | 357.14º | 0.14% | 0.71% | - |
| HSV(B) | 357.14º | 0.11% | 0.75% | - |
| XYZ | 43.75 | 43.31 | 45.08 | - |
| YUV | 177.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 172 | 0 | 0.11 | 0.10 | 0.25 | 357.14 | 0.14 | 0.71 |
| Hex | C0 | AB | AC | 0 | B | A | 19 | 165 | E | 47 |
| Octal | 300 | 253 | 254 | 0 | 13 | 12 | 31 | 545 | 16 | 107 |
| Binary | 11000000 | 10101011 | 10101100 | 0 | 1011 | 1010 | 11001 | 101100101 | 1110 | 1000111 |
Color Harmonies of #C0ABAC
Complementary color
Monochromatic Colors of #C0ABAC
Black with #C0ABAC
Text Example
Text Example
White with #C0ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABAC; }
p { color: rgb(192,171,172); }
H1.HeaderClassName
{
color: #C0ABAC;
}
.AnyTagClassName
{
color: #C0ABAC;
}
</style>
background-color css
<style>
a { background-color: #C0ABAC; }
a { background-color: rgb(192,171,172); }
div.DivClassName
{
background-color: #C0ABAC;
}
.BgClassName
{
background-color: #C0ABAC;
}
</style>
border-color css
<style>
span { border-color: #C0ABAC; }
span { border-color: rgb(192,171,172); }
td.TdClassName
{
border-color: #C0ABAC;
}
.TagClassName
{
border-color: #C0ABAC;
}
</style>