Shades of Careys Pink #C9A9AC
Tints of Careys Pink #C9A9AC
RGB
CMYK
RGB Variations
Color information
#C9A9AC (or 0xC9A9AC) is known color: Careys Pink. HEX triplet: C9, A9 and AC. RGB value is (201,169,172). Sum of RGB (Red+Green+Blue) = 201+169+172=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A9AC is #365653. Grayscale: #B2B2B2. Windows color (decimal): -3561044 or 11315657. OLE color: 11315657.
HSL color Cylindrical-coordinate representation of color #C9A9AC: hue angle of 354.38º 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 #C9A9AC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 172 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.21 |
| HSL | 354.38º | 0.23% | 0.73% | - |
| HSV(B) | 354.38º | 0.16% | 0.79% | - |
| XYZ | 45.72 | 43.77 | 45.07 | - |
| YUV | 178.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 172 | 0 | 0.16 | 0.14 | 0.21 | 354.38 | 0.23 | 0.73 |
| Hex | C9 | A9 | AC | 0 | 10 | E | 15 | 162 | 17 | 49 |
| Octal | 311 | 251 | 254 | 0 | 20 | 16 | 25 | 542 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10101100 | 0 | 10000 | 1110 | 10101 | 101100010 | 10111 | 1001001 |
Color Harmonies of #C9A9AC
Complementary color
Monochromatic Colors of #C9A9AC
Black with #C9A9AC
Text Example
Text Example
White with #C9A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9AC; }
p { color: rgb(201,169,172); }
H1.HeaderClassName
{
color: #C9A9AC;
}
.AnyTagClassName
{
color: #C9A9AC;
}
</style>
background-color css
<style>
a { background-color: #C9A9AC; }
a { background-color: rgb(201,169,172); }
div.DivClassName
{
background-color: #C9A9AC;
}
.BgClassName
{
background-color: #C9A9AC;
}
</style>
border-color css
<style>
span { border-color: #C9A9AC; }
span { border-color: rgb(201,169,172); }
td.TdClassName
{
border-color: #C9A9AC;
}
.TagClassName
{
border-color: #C9A9AC;
}
</style>