Shades of Careys Pink #C5AAAC
Tints of Careys Pink #C5AAAC
RGB
CMYK
RGB Variations
Color information
#C5AAAC (or 0xC5AAAC) is known color: Careys Pink. HEX triplet: C5, AA and AC. RGB value is (197,170,172). Sum of RGB (Red+Green+Blue) = 197+170+172=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAAC is #3A5553. Grayscale: #B2B2B2. Windows color (decimal): -3822932 or 11315909. OLE color: 11315909.
HSL color Cylindrical-coordinate representation of color #C5AAAC: hue angle of 355.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AAAC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 172 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.23 |
| HSL | 355.56º | 0.19% | 0.72% | - |
| HSV(B) | 355.56º | 0.14% | 0.77% | - |
| XYZ | 44.85 | 43.6 | 45.08 | - |
| YUV | 178.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 172 | 0 | 0.14 | 0.13 | 0.23 | 355.56 | 0.19 | 0.72 |
| Hex | C5 | AA | AC | 0 | E | D | 17 | 164 | 13 | 48 |
| Octal | 305 | 252 | 254 | 0 | 16 | 15 | 27 | 544 | 23 | 110 |
| Binary | 11000101 | 10101010 | 10101100 | 0 | 1110 | 1101 | 10111 | 101100100 | 10011 | 1001000 |
Color Harmonies of #C5AAAC
Complementary color
Monochromatic Colors of #C5AAAC
Black with #C5AAAC
Text Example
Text Example
White with #C5AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAAC; }
p { color: rgb(197,170,172); }
H1.HeaderClassName
{
color: #C5AAAC;
}
.AnyTagClassName
{
color: #C5AAAC;
}
</style>
background-color css
<style>
a { background-color: #C5AAAC; }
a { background-color: rgb(197,170,172); }
div.DivClassName
{
background-color: #C5AAAC;
}
.BgClassName
{
background-color: #C5AAAC;
}
</style>
border-color css
<style>
span { border-color: #C5AAAC; }
span { border-color: rgb(197,170,172); }
td.TdClassName
{
border-color: #C5AAAC;
}
.TagClassName
{
border-color: #C5AAAC;
}
</style>