Shades of Careys Pink #C5AAAD
Tints of Careys Pink #C5AAAD
RGB
CMYK
RGB Variations
Color information
#C5AAAD (or 0xC5AAAD) is known color: Careys Pink. HEX triplet: C5, AA and AD. RGB value is (197,170,173). Sum of RGB (Red+Green+Blue) = 197+170+173=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAAD is #3A5552. Grayscale: #B2B2B2. Windows color (decimal): -3822931 or 11381445. OLE color: 11381445.
HSL color Cylindrical-coordinate representation of color #C5AAAD: hue angle of 353.33º 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 #C5AAAD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 173 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.23 |
| HSL | 353.33º | 0.19% | 0.72% | - |
| HSV(B) | 353.33º | 0.14% | 0.77% | - |
| XYZ | 44.94 | 43.64 | 45.59 | - |
| YUV | 178.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 173 | 0 | 0.14 | 0.12 | 0.23 | 353.33 | 0.19 | 0.72 |
| Hex | C5 | AA | AD | 0 | E | C | 17 | 161 | 13 | 48 |
| Octal | 305 | 252 | 255 | 0 | 16 | 14 | 27 | 541 | 23 | 110 |
| Binary | 11000101 | 10101010 | 10101101 | 0 | 1110 | 1100 | 10111 | 101100001 | 10011 | 1001000 |
Color Harmonies of #C5AAAD
Complementary color
Monochromatic Colors of #C5AAAD
Black with #C5AAAD
Text Example
Text Example
White with #C5AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAAD; }
p { color: rgb(197,170,173); }
H1.HeaderClassName
{
color: #C5AAAD;
}
.AnyTagClassName
{
color: #C5AAAD;
}
</style>
background-color css
<style>
a { background-color: #C5AAAD; }
a { background-color: rgb(197,170,173); }
div.DivClassName
{
background-color: #C5AAAD;
}
.BgClassName
{
background-color: #C5AAAD;
}
</style>
border-color css
<style>
span { border-color: #C5AAAD; }
span { border-color: rgb(197,170,173); }
td.TdClassName
{
border-color: #C5AAAD;
}
.TagClassName
{
border-color: #C5AAAD;
}
</style>