Shades of Careys Pink #C5A8AB
Tints of Careys Pink #C5A8AB
RGB
CMYK
RGB Variations
Color information
#C5A8AB (or 0xC5A8AB) is known color: Careys Pink. HEX triplet: C5, A8 and AB. RGB value is (197,168,171). Sum of RGB (Red+Green+Blue) = 197+168+171=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A8AB is #3A5754. Grayscale: #B1B1B1. Windows color (decimal): -3823445 or 11249861. OLE color: 11249861.
HSL color Cylindrical-coordinate representation of color #C5A8AB: hue angle of 353.79º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A8AB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 171 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.23 |
| HSL | 353.79º | 0.2% | 0.72% | - |
| HSV(B) | 353.79º | 0.15% | 0.77% | - |
| XYZ | 44.38 | 42.82 | 44.45 | - |
| YUV | 177.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 171 | 0 | 0.15 | 0.13 | 0.23 | 353.79 | 0.2 | 0.72 |
| Hex | C5 | A8 | AB | 0 | F | D | 17 | 162 | 14 | 48 |
| Octal | 305 | 250 | 253 | 0 | 17 | 15 | 27 | 542 | 24 | 110 |
| Binary | 11000101 | 10101000 | 10101011 | 0 | 1111 | 1101 | 10111 | 101100010 | 10100 | 1001000 |
Color Harmonies of #C5A8AB
Complementary color
Monochromatic Colors of #C5A8AB
Black with #C5A8AB
Text Example
Text Example
White with #C5A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8AB; }
p { color: rgb(197,168,171); }
H1.HeaderClassName
{
color: #C5A8AB;
}
.AnyTagClassName
{
color: #C5A8AB;
}
</style>
background-color css
<style>
a { background-color: #C5A8AB; }
a { background-color: rgb(197,168,171); }
div.DivClassName
{
background-color: #C5A8AB;
}
.BgClassName
{
background-color: #C5A8AB;
}
</style>
border-color css
<style>
span { border-color: #C5A8AB; }
span { border-color: rgb(197,168,171); }
td.TdClassName
{
border-color: #C5A8AB;
}
.TagClassName
{
border-color: #C5A8AB;
}
</style>