Shades of Careys Pink #C0AAAB
Tints of Careys Pink #C0AAAB
RGB
CMYK
RGB Variations
Color information
#C0AAAB (or 0xC0AAAB) is known color: Careys Pink. HEX triplet: C0, AA and AB. RGB value is (192,170,171). Sum of RGB (Red+Green+Blue) = 192+170+171=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAAB is #3F5554. Grayscale: #B0B0B0. Windows color (decimal): -4150613 or 11250368. OLE color: 11250368.
HSL color Cylindrical-coordinate representation of color #C0AAAB: hue angle of 357.27º degrees, saturation: 0.15, 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 #C0AAAB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 171 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.25 |
| HSL | 357.27º | 0.15% | 0.71% | - |
| HSV(B) | 357.27º | 0.11% | 0.75% | - |
| XYZ | 43.46 | 42.9 | 44.52 | - |
| YUV | 176.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 171 | 0 | 0.11 | 0.11 | 0.25 | 357.27 | 0.15 | 0.71 |
| Hex | C0 | AA | AB | 0 | B | B | 19 | 165 | F | 47 |
| Octal | 300 | 252 | 253 | 0 | 13 | 13 | 31 | 545 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10101011 | 0 | 1011 | 1011 | 11001 | 101100101 | 1111 | 1000111 |
Color Harmonies of #C0AAAB
Complementary color
Monochromatic Colors of #C0AAAB
Black with #C0AAAB
Text Example
Text Example
White with #C0AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAAB; }
p { color: rgb(192,170,171); }
H1.HeaderClassName
{
color: #C0AAAB;
}
.AnyTagClassName
{
color: #C0AAAB;
}
</style>
background-color css
<style>
a { background-color: #C0AAAB; }
a { background-color: rgb(192,170,171); }
div.DivClassName
{
background-color: #C0AAAB;
}
.BgClassName
{
background-color: #C0AAAB;
}
</style>
border-color css
<style>
span { border-color: #C0AAAB; }
span { border-color: rgb(192,170,171); }
td.TdClassName
{
border-color: #C0AAAB;
}
.TagClassName
{
border-color: #C0AAAB;
}
</style>