Shades of Careys Pink #C9A7AD
Tints of Careys Pink #C9A7AD
RGB
CMYK
RGB Variations
Color information
#C9A7AD (or 0xC9A7AD) is known color: Careys Pink. HEX triplet: C9, A7 and AD. RGB value is (201,167,173). Sum of RGB (Red+Green+Blue) = 201+167+173=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A7AD is #365852. Grayscale: #B1B1B1. Windows color (decimal): -3561555 or 11380681. OLE color: 11380681.
HSL color Cylindrical-coordinate representation of color #C9A7AD: hue angle of 349.41º 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 #C9A7AD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 173 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.21 |
| HSL | 349.41º | 0.24% | 0.72% | - |
| HSV(B) | 349.41º | 0.17% | 0.79% | - |
| XYZ | 45.45 | 43.07 | 45.45 | - |
| YUV | 177.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 173 | 0 | 0.17 | 0.14 | 0.21 | 349.41 | 0.24 | 0.72 |
| Hex | C9 | A7 | AD | 0 | 11 | E | 15 | 15D | 18 | 48 |
| Octal | 311 | 247 | 255 | 0 | 21 | 16 | 25 | 535 | 30 | 110 |
| Binary | 11001001 | 10100111 | 10101101 | 0 | 10001 | 1110 | 10101 | 101011101 | 11000 | 1001000 |
Color Harmonies of #C9A7AD
Complementary color
Monochromatic Colors of #C9A7AD
Black with #C9A7AD
Text Example
Text Example
White with #C9A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A7AD; }
p { color: rgb(201,167,173); }
H1.HeaderClassName
{
color: #C9A7AD;
}
.AnyTagClassName
{
color: #C9A7AD;
}
</style>
background-color css
<style>
a { background-color: #C9A7AD; }
a { background-color: rgb(201,167,173); }
div.DivClassName
{
background-color: #C9A7AD;
}
.BgClassName
{
background-color: #C9A7AD;
}
</style>
border-color css
<style>
span { border-color: #C9A7AD; }
span { border-color: rgb(201,167,173); }
td.TdClassName
{
border-color: #C9A7AD;
}
.TagClassName
{
border-color: #C9A7AD;
}
</style>