Shades of Careys Pink #C9A1AB
Tints of Careys Pink #C9A1AB
RGB
CMYK
RGB Variations
Color information
#C9A1AB (or 0xC9A1AB) is known color: Careys Pink. HEX triplet: C9, A1 and AB. RGB value is (201,161,171). Sum of RGB (Red+Green+Blue) = 201+161+171=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A1AB is #365E54. Grayscale: #AEAEAE. Windows color (decimal): -3563093 or 11248073. OLE color: 11248073.
HSL color Cylindrical-coordinate representation of color #C9A1AB: hue angle of 345º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A1AB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 171 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.21 |
| HSL | 345º | 0.27% | 0.71% | - |
| HSV(B) | 345º | 0.2% | 0.79% | - |
| XYZ | 44.18 | 40.85 | 44.08 | - |
| YUV | 174.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 171 | 0 | 0.20 | 0.15 | 0.21 | 345 | 0.27 | 0.71 |
| Hex | C9 | A1 | AB | 0 | 14 | F | 15 | 159 | 1B | 47 |
| Octal | 311 | 241 | 253 | 0 | 24 | 17 | 25 | 531 | 33 | 107 |
| Binary | 11001001 | 10100001 | 10101011 | 0 | 10100 | 1111 | 10101 | 101011001 | 11011 | 1000111 |
Color Harmonies of #C9A1AB
Complementary color
Monochromatic Colors of #C9A1AB
Black with #C9A1AB
Text Example
Text Example
White with #C9A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A1AB; }
p { color: rgb(201,161,171); }
H1.HeaderClassName
{
color: #C9A1AB;
}
.AnyTagClassName
{
color: #C9A1AB;
}
</style>
background-color css
<style>
a { background-color: #C9A1AB; }
a { background-color: rgb(201,161,171); }
div.DivClassName
{
background-color: #C9A1AB;
}
.BgClassName
{
background-color: #C9A1AB;
}
</style>
border-color css
<style>
span { border-color: #C9A1AB; }
span { border-color: rgb(201,161,171); }
td.TdClassName
{
border-color: #C9A1AB;
}
.TagClassName
{
border-color: #C9A1AB;
}
</style>