Shades of Careys Pink #C9A3AF
Tints of Careys Pink #C9A3AF
RGB
CMYK
RGB Variations
Color information
#C9A3AF (or 0xC9A3AF) is known color: Careys Pink. HEX triplet: C9, A3 and AF. RGB value is (201,163,175). Sum of RGB (Red+Green+Blue) = 201+163+175=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A3AF is #365C50. Grayscale: #AFAFAF. Windows color (decimal): -3562577 or 11510729. OLE color: 11510729.
HSL color Cylindrical-coordinate representation of color #C9A3AF: hue angle of 341.05º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A3AF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 175 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.21 |
| HSL | 341.05º | 0.26% | 0.71% | - |
| HSV(B) | 341.05º | 0.19% | 0.79% | - |
| XYZ | 44.92 | 41.71 | 46.24 | - |
| YUV | 175.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 175 | 0 | 0.19 | 0.13 | 0.21 | 341.05 | 0.26 | 0.71 |
| Hex | C9 | A3 | AF | 0 | 13 | D | 15 | 155 | 1A | 47 |
| Octal | 311 | 243 | 257 | 0 | 23 | 15 | 25 | 525 | 32 | 107 |
| Binary | 11001001 | 10100011 | 10101111 | 0 | 10011 | 1101 | 10101 | 101010101 | 11010 | 1000111 |
Color Harmonies of #C9A3AF
Complementary color
Monochromatic Colors of #C9A3AF
Black with #C9A3AF
Text Example
Text Example
White with #C9A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A3AF; }
p { color: rgb(201,163,175); }
H1.HeaderClassName
{
color: #C9A3AF;
}
.AnyTagClassName
{
color: #C9A3AF;
}
</style>
background-color css
<style>
a { background-color: #C9A3AF; }
a { background-color: rgb(201,163,175); }
div.DivClassName
{
background-color: #C9A3AF;
}
.BgClassName
{
background-color: #C9A3AF;
}
</style>
border-color css
<style>
span { border-color: #C9A3AF; }
span { border-color: rgb(201,163,175); }
td.TdClassName
{
border-color: #C9A3AF;
}
.TagClassName
{
border-color: #C9A3AF;
}
</style>