Shades of Careys Pink #C0AAAC
Tints of Careys Pink #C0AAAC
RGB
CMYK
RGB Variations
Color information
#C0AAAC (or 0xC0AAAC) is known color: Careys Pink. HEX triplet: C0, AA and AC. RGB value is (192,170,172). Sum of RGB (Red+Green+Blue) = 192+170+172=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAAC is #3F5553. Grayscale: #B0B0B0. Windows color (decimal): -4150612 or 11315904. OLE color: 11315904.
HSL color Cylindrical-coordinate representation of color #C0AAAC: hue angle of 354.55º 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 #C0AAAC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 172 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.25 |
| HSL | 354.55º | 0.15% | 0.71% | - |
| HSV(B) | 354.55º | 0.11% | 0.75% | - |
| XYZ | 43.56 | 42.93 | 45.02 | - |
| YUV | 176.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 172 | 0 | 0.11 | 0.10 | 0.25 | 354.55 | 0.15 | 0.71 |
| Hex | C0 | AA | AC | 0 | B | A | 19 | 163 | F | 47 |
| Octal | 300 | 252 | 254 | 0 | 13 | 12 | 31 | 543 | 17 | 107 |
| Binary | 11000000 | 10101010 | 10101100 | 0 | 1011 | 1010 | 11001 | 101100011 | 1111 | 1000111 |
Color Harmonies of #C0AAAC
Complementary color
Monochromatic Colors of #C0AAAC
Black with #C0AAAC
Text Example
Text Example
White with #C0AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAAC; }
p { color: rgb(192,170,172); }
H1.HeaderClassName
{
color: #C0AAAC;
}
.AnyTagClassName
{
color: #C0AAAC;
}
</style>
background-color css
<style>
a { background-color: #C0AAAC; }
a { background-color: rgb(192,170,172); }
div.DivClassName
{
background-color: #C0AAAC;
}
.BgClassName
{
background-color: #C0AAAC;
}
</style>
border-color css
<style>
span { border-color: #C0AAAC; }
span { border-color: rgb(192,170,172); }
td.TdClassName
{
border-color: #C0AAAC;
}
.TagClassName
{
border-color: #C0AAAC;
}
</style>