Shades of Careys Pink #C5A8AA
Tints of Careys Pink #C5A8AA
RGB
CMYK
RGB Variations
Color information
#C5A8AA (or 0xC5A8AA) is known color: Careys Pink. HEX triplet: C5, A8 and AA. RGB value is (197,168,170). Sum of RGB (Red+Green+Blue) = 197+168+170=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A8AA is #3A5755. Grayscale: #B0B0B0. Windows color (decimal): -3823446 or 11184325. OLE color: 11184325.
HSL color Cylindrical-coordinate representation of color #C5A8AA: hue angle of 355.86º 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 #C5A8AA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 170 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.23 |
| HSL | 355.86º | 0.2% | 0.72% | - |
| HSV(B) | 355.86º | 0.15% | 0.77% | - |
| XYZ | 44.28 | 42.78 | 43.95 | - |
| YUV | 176.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 170 | 0 | 0.15 | 0.14 | 0.23 | 355.86 | 0.2 | 0.72 |
| Hex | C5 | A8 | AA | 0 | F | E | 17 | 164 | 14 | 48 |
| Octal | 305 | 250 | 252 | 0 | 17 | 16 | 27 | 544 | 24 | 110 |
| Binary | 11000101 | 10101000 | 10101010 | 0 | 1111 | 1110 | 10111 | 101100100 | 10100 | 1001000 |
Color Harmonies of #C5A8AA
Complementary color
Monochromatic Colors of #C5A8AA
Black with #C5A8AA
Text Example
Text Example
White with #C5A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8AA; }
p { color: rgb(197,168,170); }
H1.HeaderClassName
{
color: #C5A8AA;
}
.AnyTagClassName
{
color: #C5A8AA;
}
</style>
background-color css
<style>
a { background-color: #C5A8AA; }
a { background-color: rgb(197,168,170); }
div.DivClassName
{
background-color: #C5A8AA;
}
.BgClassName
{
background-color: #C5A8AA;
}
</style>
border-color css
<style>
span { border-color: #C5A8AA; }
span { border-color: rgb(197,168,170); }
td.TdClassName
{
border-color: #C5A8AA;
}
.TagClassName
{
border-color: #C5A8AA;
}
</style>