Shades of Careys Pink #C0A9AB
Tints of Careys Pink #C0A9AB
RGB
CMYK
RGB Variations
Color information
#C0A9AB (or 0xC0A9AB) is known color: Careys Pink. HEX triplet: C0, A9 and AB. RGB value is (192,169,171). Sum of RGB (Red+Green+Blue) = 192+169+171=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9AB is #3F5654. Grayscale: #B0B0B0. Windows color (decimal): -4150869 or 11250112. OLE color: 11250112.
HSL color Cylindrical-coordinate representation of color #C0A9AB: hue angle of 354.78º 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 #C0A9AB is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 171 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.25 |
| HSL | 354.78º | 0.15% | 0.71% | - |
| HSV(B) | 354.78º | 0.12% | 0.75% | - |
| XYZ | 43.28 | 42.52 | 44.45 | - |
| YUV | 176.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 171 | 0 | 0.12 | 0.11 | 0.25 | 354.78 | 0.15 | 0.71 |
| Hex | C0 | A9 | AB | 0 | C | B | 19 | 163 | F | 47 |
| Octal | 300 | 251 | 253 | 0 | 14 | 13 | 31 | 543 | 17 | 107 |
| Binary | 11000000 | 10101001 | 10101011 | 0 | 1100 | 1011 | 11001 | 101100011 | 1111 | 1000111 |
Color Harmonies of #C0A9AB
Complementary color
Monochromatic Colors of #C0A9AB
Black with #C0A9AB
Text Example
Text Example
White with #C0A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9AB; }
p { color: rgb(192,169,171); }
H1.HeaderClassName
{
color: #C0A9AB;
}
.AnyTagClassName
{
color: #C0A9AB;
}
</style>
background-color css
<style>
a { background-color: #C0A9AB; }
a { background-color: rgb(192,169,171); }
div.DivClassName
{
background-color: #C0A9AB;
}
.BgClassName
{
background-color: #C0A9AB;
}
</style>
border-color css
<style>
span { border-color: #C0A9AB; }
span { border-color: rgb(192,169,171); }
td.TdClassName
{
border-color: #C0A9AB;
}
.TagClassName
{
border-color: #C0A9AB;
}
</style>