Shades of Careys Pink #C9A9AE
Tints of Careys Pink #C9A9AE
RGB
CMYK
RGB Variations
Color information
#C9A9AE (or 0xC9A9AE) is known color: Careys Pink. HEX triplet: C9, A9 and AE. RGB value is (201,169,174). Sum of RGB (Red+Green+Blue) = 201+169+174=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A9AE is #365651. Grayscale: #B3B3B3. Windows color (decimal): -3561042 or 11446729. OLE color: 11446729.
HSL color Cylindrical-coordinate representation of color #C9A9AE: hue angle of 350.62º 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 #C9A9AE is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 174 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.21 |
| HSL | 350.63º | 0.23% | 0.73% | - |
| HSV(B) | 350.63º | 0.16% | 0.79% | - |
| XYZ | 45.92 | 43.85 | 46.09 | - |
| YUV | 179.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 174 | 0 | 0.16 | 0.13 | 0.21 | 350.63 | 0.23 | 0.73 |
| Hex | C9 | A9 | AE | 0 | 10 | D | 15 | 15F | 17 | 49 |
| Octal | 311 | 251 | 256 | 0 | 20 | 15 | 25 | 537 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10101110 | 0 | 10000 | 1101 | 10101 | 101011111 | 10111 | 1001001 |
Color Harmonies of #C9A9AE
Complementary color
Monochromatic Colors of #C9A9AE
Black with #C9A9AE
Text Example
Text Example
White with #C9A9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9AE; }
p { color: rgb(201,169,174); }
H1.HeaderClassName
{
color: #C9A9AE;
}
.AnyTagClassName
{
color: #C9A9AE;
}
</style>
background-color css
<style>
a { background-color: #C9A9AE; }
a { background-color: rgb(201,169,174); }
div.DivClassName
{
background-color: #C9A9AE;
}
.BgClassName
{
background-color: #C9A9AE;
}
</style>
border-color css
<style>
span { border-color: #C9A9AE; }
span { border-color: rgb(201,169,174); }
td.TdClassName
{
border-color: #C9A9AE;
}
.TagClassName
{
border-color: #C9A9AE;
}
</style>