Shades of Careys Pink #C0ABAE
Tints of Careys Pink #C0ABAE
RGB
CMYK
RGB Variations
Color information
#C0ABAE (or 0xC0ABAE) is known color: Careys Pink. HEX triplet: C0, AB and AE. RGB value is (192,171,174). Sum of RGB (Red+Green+Blue) = 192+171+174=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABAE is #3F5451. Grayscale: #B1B1B1. Windows color (decimal): -4150354 or 11447232. OLE color: 11447232.
HSL color Cylindrical-coordinate representation of color #C0ABAE: hue angle of 351.43º 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 #C0ABAE is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 174 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.25 |
| HSL | 351.43º | 0.14% | 0.71% | - |
| HSV(B) | 351.43º | 0.11% | 0.75% | - |
| XYZ | 43.94 | 43.39 | 46.1 | - |
| YUV | 177.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 174 | 0 | 0.11 | 0.09 | 0.25 | 351.43 | 0.14 | 0.71 |
| Hex | C0 | AB | AE | 0 | B | 9 | 19 | 15F | E | 47 |
| Octal | 300 | 253 | 256 | 0 | 13 | 11 | 31 | 537 | 16 | 107 |
| Binary | 11000000 | 10101011 | 10101110 | 0 | 1011 | 1001 | 11001 | 101011111 | 1110 | 1000111 |
Color Harmonies of #C0ABAE
Complementary color
Monochromatic Colors of #C0ABAE
Black with #C0ABAE
Text Example
Text Example
White with #C0ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABAE; }
p { color: rgb(192,171,174); }
H1.HeaderClassName
{
color: #C0ABAE;
}
.AnyTagClassName
{
color: #C0ABAE;
}
</style>
background-color css
<style>
a { background-color: #C0ABAE; }
a { background-color: rgb(192,171,174); }
div.DivClassName
{
background-color: #C0ABAE;
}
.BgClassName
{
background-color: #C0ABAE;
}
</style>
border-color css
<style>
span { border-color: #C0ABAE; }
span { border-color: rgb(192,171,174); }
td.TdClassName
{
border-color: #C0ABAE;
}
.TagClassName
{
border-color: #C0ABAE;
}
</style>