Shades of Careys Pink #C9A9B1
Tints of Careys Pink #C9A9B1
RGB
CMYK
RGB Variations
Color information
#C9A9B1 (or 0xC9A9B1) is known color: Careys Pink. HEX triplet: C9, A9 and B1. RGB value is (201,169,177). Sum of RGB (Red+Green+Blue) = 201+169+177=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A9B1 is #36564E. Grayscale: #B3B3B3. Windows color (decimal): -3561039 or 11643337. OLE color: 11643337.
HSL color Cylindrical-coordinate representation of color #C9A9B1: hue angle of 345º 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 #C9A9B1 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 177 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.21 |
| HSL | 345º | 0.23% | 0.73% | - |
| HSV(B) | 345º | 0.16% | 0.79% | - |
| XYZ | 46.21 | 43.97 | 47.65 | - |
| YUV | 179.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 177 | 0 | 0.16 | 0.12 | 0.21 | 345 | 0.23 | 0.73 |
| Hex | C9 | A9 | B1 | 0 | 10 | C | 15 | 159 | 17 | 49 |
| Octal | 311 | 251 | 261 | 0 | 20 | 14 | 25 | 531 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10110001 | 0 | 10000 | 1100 | 10101 | 101011001 | 10111 | 1001001 |
Color Harmonies of #C9A9B1
Complementary color
Monochromatic Colors of #C9A9B1
Black with #C9A9B1
Text Example
Text Example
White with #C9A9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9B1; }
p { color: rgb(201,169,177); }
H1.HeaderClassName
{
color: #C9A9B1;
}
.AnyTagClassName
{
color: #C9A9B1;
}
</style>
background-color css
<style>
a { background-color: #C9A9B1; }
a { background-color: rgb(201,169,177); }
div.DivClassName
{
background-color: #C9A9B1;
}
.BgClassName
{
background-color: #C9A9B1;
}
</style>
border-color css
<style>
span { border-color: #C9A9B1; }
span { border-color: rgb(201,169,177); }
td.TdClassName
{
border-color: #C9A9B1;
}
.TagClassName
{
border-color: #C9A9B1;
}
</style>