Shades of Careys Pink #C0A9AA
Tints of Careys Pink #C0A9AA
RGB
CMYK
RGB Variations
Color information
#C0A9AA (or 0xC0A9AA) is known color: Careys Pink. HEX triplet: C0, A9 and AA. RGB value is (192,169,170). Sum of RGB (Red+Green+Blue) = 192+169+170=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9AA is #3F5655. Grayscale: #B0B0B0. Windows color (decimal): -4150870 or 11184576. OLE color: 11184576.
HSL color Cylindrical-coordinate representation of color #C0A9AA: hue angle of 357.39º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A9AA is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 170 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.25 |
| HSL | 357.39º | 0.15% | 0.71% | - |
| HSV(B) | 357.39º | 0.12% | 0.75% | - |
| XYZ | 43.18 | 42.48 | 43.95 | - |
| YUV | 175.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 170 | 0 | 0.12 | 0.11 | 0.25 | 357.39 | 0.15 | 0.71 |
| Hex | C0 | A9 | AA | 0 | C | B | 19 | 165 | F | 47 |
| Octal | 300 | 251 | 252 | 0 | 14 | 13 | 31 | 545 | 17 | 107 |
| Binary | 11000000 | 10101001 | 10101010 | 0 | 1100 | 1011 | 11001 | 101100101 | 1111 | 1000111 |
Color Harmonies of #C0A9AA
Complementary color
Monochromatic Colors of #C0A9AA
Black with #C0A9AA
Text Example
Text Example
White with #C0A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9AA; }
p { color: rgb(192,169,170); }
H1.HeaderClassName
{
color: #C0A9AA;
}
.AnyTagClassName
{
color: #C0A9AA;
}
</style>
background-color css
<style>
a { background-color: #C0A9AA; }
a { background-color: rgb(192,169,170); }
div.DivClassName
{
background-color: #C0A9AA;
}
.BgClassName
{
background-color: #C0A9AA;
}
</style>
border-color css
<style>
span { border-color: #C0A9AA; }
span { border-color: rgb(192,169,170); }
td.TdClassName
{
border-color: #C0A9AA;
}
.TagClassName
{
border-color: #C0A9AA;
}
</style>