Shades of Careys Pink #C9A5AC
Tints of Careys Pink #C9A5AC
RGB
CMYK
RGB Variations
Color information
#C9A5AC (or 0xC9A5AC) is known color: Careys Pink. HEX triplet: C9, A5 and AC. RGB value is (201,165,172). Sum of RGB (Red+Green+Blue) = 201+165+172=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A5AC is #365A53. Grayscale: #B0B0B0. Windows color (decimal): -3562068 or 11314633. OLE color: 11314633.
HSL color Cylindrical-coordinate representation of color #C9A5AC: hue angle of 348.33º 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 #C9A5AC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 172 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.21 |
| HSL | 348.33º | 0.25% | 0.72% | - |
| HSV(B) | 348.33º | 0.18% | 0.79% | - |
| XYZ | 44.99 | 42.31 | 44.82 | - |
| YUV | 176.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 172 | 0 | 0.18 | 0.14 | 0.21 | 348.33 | 0.25 | 0.72 |
| Hex | C9 | A5 | AC | 0 | 12 | E | 15 | 15C | 19 | 48 |
| Octal | 311 | 245 | 254 | 0 | 22 | 16 | 25 | 534 | 31 | 110 |
| Binary | 11001001 | 10100101 | 10101100 | 0 | 10010 | 1110 | 10101 | 101011100 | 11001 | 1001000 |
Color Harmonies of #C9A5AC
Complementary color
Monochromatic Colors of #C9A5AC
Black with #C9A5AC
Text Example
Text Example
White with #C9A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A5AC; }
p { color: rgb(201,165,172); }
H1.HeaderClassName
{
color: #C9A5AC;
}
.AnyTagClassName
{
color: #C9A5AC;
}
</style>
background-color css
<style>
a { background-color: #C9A5AC; }
a { background-color: rgb(201,165,172); }
div.DivClassName
{
background-color: #C9A5AC;
}
.BgClassName
{
background-color: #C9A5AC;
}
</style>
border-color css
<style>
span { border-color: #C9A5AC; }
span { border-color: rgb(201,165,172); }
td.TdClassName
{
border-color: #C9A5AC;
}
.TagClassName
{
border-color: #C9A5AC;
}
</style>