Shades of Careys Pink #C9A5AD
Tints of Careys Pink #C9A5AD
RGB
CMYK
RGB Variations
Color information
#C9A5AD (or 0xC9A5AD) is known color: Careys Pink. HEX triplet: C9, A5 and AD. RGB value is (201,165,173). Sum of RGB (Red+Green+Blue) = 201+165+173=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A5AD is #365A52. Grayscale: #B0B0B0. Windows color (decimal): -3562067 or 11380169. OLE color: 11380169.
HSL color Cylindrical-coordinate representation of color #C9A5AD: hue angle of 346.67º degrees, saturation: 0.25, 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 #C9A5AD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 173 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.21 |
| HSL | 346.67º | 0.25% | 0.72% | - |
| HSV(B) | 346.67º | 0.18% | 0.79% | - |
| XYZ | 45.09 | 42.34 | 45.33 | - |
| YUV | 176.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 173 | 0 | 0.18 | 0.14 | 0.21 | 346.67 | 0.25 | 0.72 |
| Hex | C9 | A5 | AD | 0 | 12 | E | 15 | 15B | 19 | 48 |
| Octal | 311 | 245 | 255 | 0 | 22 | 16 | 25 | 533 | 31 | 110 |
| Binary | 11001001 | 10100101 | 10101101 | 0 | 10010 | 1110 | 10101 | 101011011 | 11001 | 1001000 |
Color Harmonies of #C9A5AD
Complementary color
Monochromatic Colors of #C9A5AD
Black with #C9A5AD
Text Example
Text Example
White with #C9A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A5AD; }
p { color: rgb(201,165,173); }
H1.HeaderClassName
{
color: #C9A5AD;
}
.AnyTagClassName
{
color: #C9A5AD;
}
</style>
background-color css
<style>
a { background-color: #C9A5AD; }
a { background-color: rgb(201,165,173); }
div.DivClassName
{
background-color: #C9A5AD;
}
.BgClassName
{
background-color: #C9A5AD;
}
</style>
border-color css
<style>
span { border-color: #C9A5AD; }
span { border-color: rgb(201,165,173); }
td.TdClassName
{
border-color: #C9A5AD;
}
.TagClassName
{
border-color: #C9A5AD;
}
</style>