Shades of Careys Pink #C5A9AB
Tints of Careys Pink #C5A9AB
RGB
CMYK
RGB Variations
Color information
#C5A9AB (or 0xC5A9AB) is known color: Careys Pink. HEX triplet: C5, A9 and AB. RGB value is (197,169,171). Sum of RGB (Red+Green+Blue) = 197+169+171=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A9AB is #3A5654. Grayscale: #B1B1B1. Windows color (decimal): -3823189 or 11250117. OLE color: 11250117.
HSL color Cylindrical-coordinate representation of color #C5A9AB: hue angle of 355.71º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5A9AB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 171 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.23 |
| HSL | 355.71º | 0.19% | 0.72% | - |
| HSV(B) | 355.71º | 0.14% | 0.77% | - |
| XYZ | 44.56 | 43.19 | 44.52 | - |
| YUV | 177.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 171 | 0 | 0.14 | 0.13 | 0.23 | 355.71 | 0.19 | 0.72 |
| Hex | C5 | A9 | AB | 0 | E | D | 17 | 164 | 13 | 48 |
| Octal | 305 | 251 | 253 | 0 | 16 | 15 | 27 | 544 | 23 | 110 |
| Binary | 11000101 | 10101001 | 10101011 | 0 | 1110 | 1101 | 10111 | 101100100 | 10011 | 1001000 |
Color Harmonies of #C5A9AB
Complementary color
Monochromatic Colors of #C5A9AB
Black with #C5A9AB
Text Example
Text Example
White with #C5A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9AB; }
p { color: rgb(197,169,171); }
H1.HeaderClassName
{
color: #C5A9AB;
}
.AnyTagClassName
{
color: #C5A9AB;
}
</style>
background-color css
<style>
a { background-color: #C5A9AB; }
a { background-color: rgb(197,169,171); }
div.DivClassName
{
background-color: #C5A9AB;
}
.BgClassName
{
background-color: #C5A9AB;
}
</style>
border-color css
<style>
span { border-color: #C5A9AB; }
span { border-color: rgb(197,169,171); }
td.TdClassName
{
border-color: #C5A9AB;
}
.TagClassName
{
border-color: #C5A9AB;
}
</style>