Shades of Careys Pink #C9A8AB
Tints of Careys Pink #C9A8AB
RGB
CMYK
RGB Variations
Color information
#C9A8AB (or 0xC9A8AB) is known color: Careys Pink. HEX triplet: C9, A8 and AB. RGB value is (201,168,171). Sum of RGB (Red+Green+Blue) = 201+168+171=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A8AB is #365754. Grayscale: #B2B2B2. Windows color (decimal): -3561301 or 11249865. OLE color: 11249865.
HSL color Cylindrical-coordinate representation of color #C9A8AB: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A8AB is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 171 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.21 |
| HSL | 354.55º | 0.23% | 0.72% | - |
| HSV(B) | 354.55º | 0.16% | 0.79% | - |
| XYZ | 45.44 | 43.36 | 44.5 | - |
| YUV | 178.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 171 | 0 | 0.16 | 0.15 | 0.21 | 354.55 | 0.23 | 0.72 |
| Hex | C9 | A8 | AB | 0 | 10 | F | 15 | 163 | 17 | 48 |
| Octal | 311 | 250 | 253 | 0 | 20 | 17 | 25 | 543 | 27 | 110 |
| Binary | 11001001 | 10101000 | 10101011 | 0 | 10000 | 1111 | 10101 | 101100011 | 10111 | 1001000 |
Color Harmonies of #C9A8AB
Complementary color
Monochromatic Colors of #C9A8AB
Black with #C9A8AB
Text Example
Text Example
White with #C9A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8AB; }
p { color: rgb(201,168,171); }
H1.HeaderClassName
{
color: #C9A8AB;
}
.AnyTagClassName
{
color: #C9A8AB;
}
</style>
background-color css
<style>
a { background-color: #C9A8AB; }
a { background-color: rgb(201,168,171); }
div.DivClassName
{
background-color: #C9A8AB;
}
.BgClassName
{
background-color: #C9A8AB;
}
</style>
border-color css
<style>
span { border-color: #C9A8AB; }
span { border-color: rgb(201,168,171); }
td.TdClassName
{
border-color: #C9A8AB;
}
.TagClassName
{
border-color: #C9A8AB;
}
</style>