Shades of Careys Pink #C9A6AD
Tints of Careys Pink #C9A6AD
RGB
CMYK
RGB Variations
Color information
#C9A6AD (or 0xC9A6AD) is known color: Careys Pink. HEX triplet: C9, A6 and AD. RGB value is (201,166,173). Sum of RGB (Red+Green+Blue) = 201+166+173=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A6AD is #365952. Grayscale: #B1B1B1. Windows color (decimal): -3561811 or 11380425. OLE color: 11380425.
HSL color Cylindrical-coordinate representation of color #C9A6AD: hue angle of 348º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9A6AD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 173 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.21 |
| HSL | 348º | 0.24% | 0.72% | - |
| HSV(B) | 348º | 0.17% | 0.79% | - |
| XYZ | 45.27 | 42.71 | 45.39 | - |
| YUV | 177.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 173 | 0 | 0.17 | 0.14 | 0.21 | 348 | 0.24 | 0.72 |
| Hex | C9 | A6 | AD | 0 | 11 | E | 15 | 15C | 18 | 48 |
| Octal | 311 | 246 | 255 | 0 | 21 | 16 | 25 | 534 | 30 | 110 |
| Binary | 11001001 | 10100110 | 10101101 | 0 | 10001 | 1110 | 10101 | 101011100 | 11000 | 1001000 |
Color Harmonies of #C9A6AD
Complementary color
Monochromatic Colors of #C9A6AD
Black with #C9A6AD
Text Example
Text Example
White with #C9A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A6AD; }
p { color: rgb(201,166,173); }
H1.HeaderClassName
{
color: #C9A6AD;
}
.AnyTagClassName
{
color: #C9A6AD;
}
</style>
background-color css
<style>
a { background-color: #C9A6AD; }
a { background-color: rgb(201,166,173); }
div.DivClassName
{
background-color: #C9A6AD;
}
.BgClassName
{
background-color: #C9A6AD;
}
</style>
border-color css
<style>
span { border-color: #C9A6AD; }
span { border-color: rgb(201,166,173); }
td.TdClassName
{
border-color: #C9A6AD;
}
.TagClassName
{
border-color: #C9A6AD;
}
</style>