Shades of Careys Pink #C9A4AA
Tints of Careys Pink #C9A4AA
RGB
CMYK
RGB Variations
Color information
#C9A4AA (or 0xC9A4AA) is known color: Careys Pink. HEX triplet: C9, A4 and AA. RGB value is (201,164,170). Sum of RGB (Red+Green+Blue) = 201+164+170=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A4AA is #365B55. Grayscale: #AFAFAF. Windows color (decimal): -3562326 or 11183305. OLE color: 11183305.
HSL color Cylindrical-coordinate representation of color #C9A4AA: hue angle of 350.27º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A4AA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 170 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.21 |
| HSL | 350.27º | 0.26% | 0.72% | - |
| HSV(B) | 350.27º | 0.18% | 0.79% | - |
| XYZ | 44.62 | 41.87 | 43.76 | - |
| YUV | 175.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 170 | 0 | 0.18 | 0.15 | 0.21 | 350.27 | 0.26 | 0.72 |
| Hex | C9 | A4 | AA | 0 | 12 | F | 15 | 15E | 1A | 48 |
| Octal | 311 | 244 | 252 | 0 | 22 | 17 | 25 | 536 | 32 | 110 |
| Binary | 11001001 | 10100100 | 10101010 | 0 | 10010 | 1111 | 10101 | 101011110 | 11010 | 1001000 |
Color Harmonies of #C9A4AA
Complementary color
Monochromatic Colors of #C9A4AA
Black with #C9A4AA
Text Example
Text Example
White with #C9A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4AA; }
p { color: rgb(201,164,170); }
H1.HeaderClassName
{
color: #C9A4AA;
}
.AnyTagClassName
{
color: #C9A4AA;
}
</style>
background-color css
<style>
a { background-color: #C9A4AA; }
a { background-color: rgb(201,164,170); }
div.DivClassName
{
background-color: #C9A4AA;
}
.BgClassName
{
background-color: #C9A4AA;
}
</style>
border-color css
<style>
span { border-color: #C9A4AA; }
span { border-color: rgb(201,164,170); }
td.TdClassName
{
border-color: #C9A4AA;
}
.TagClassName
{
border-color: #C9A4AA;
}
</style>