Shades of Careys Pink #C9A9AB
Tints of Careys Pink #C9A9AB
RGB
CMYK
RGB Variations
Color information
#C9A9AB (or 0xC9A9AB) is known color: Careys Pink. HEX triplet: C9, A9 and AB. RGB value is (201,169,171). Sum of RGB (Red+Green+Blue) = 201+169+171=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A9AB is #365654. Grayscale: #B2B2B2. Windows color (decimal): -3561045 or 11250121. OLE color: 11250121.
HSL color Cylindrical-coordinate representation of color #C9A9AB: hue angle of 356.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A9AB is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 171 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.21 |
| HSL | 356.25º | 0.23% | 0.73% | - |
| HSV(B) | 356.25º | 0.16% | 0.79% | - |
| XYZ | 45.63 | 43.73 | 44.56 | - |
| YUV | 178.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 171 | 0 | 0.16 | 0.15 | 0.21 | 356.25 | 0.23 | 0.73 |
| Hex | C9 | A9 | AB | 0 | 10 | F | 15 | 164 | 17 | 49 |
| Octal | 311 | 251 | 253 | 0 | 20 | 17 | 25 | 544 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10101011 | 0 | 10000 | 1111 | 10101 | 101100100 | 10111 | 1001001 |
Color Harmonies of #C9A9AB
Complementary color
Monochromatic Colors of #C9A9AB
Black with #C9A9AB
Text Example
Text Example
White with #C9A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9AB; }
p { color: rgb(201,169,171); }
H1.HeaderClassName
{
color: #C9A9AB;
}
.AnyTagClassName
{
color: #C9A9AB;
}
</style>
background-color css
<style>
a { background-color: #C9A9AB; }
a { background-color: rgb(201,169,171); }
div.DivClassName
{
background-color: #C9A9AB;
}
.BgClassName
{
background-color: #C9A9AB;
}
</style>
border-color css
<style>
span { border-color: #C9A9AB; }
span { border-color: rgb(201,169,171); }
td.TdClassName
{
border-color: #C9A9AB;
}
.TagClassName
{
border-color: #C9A9AB;
}
</style>