Shades of Careys Pink #C5A5AD
Tints of Careys Pink #C5A5AD
RGB
CMYK
RGB Variations
Color information
#C5A5AD (or 0xC5A5AD) is known color: Careys Pink. HEX triplet: C5, A5 and AD. RGB value is (197,165,173). Sum of RGB (Red+Green+Blue) = 197+165+173=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A5AD is #3A5A52. Grayscale: #AFAFAF. Windows color (decimal): -3824211 or 11380165. OLE color: 11380165.
HSL color Cylindrical-coordinate representation of color #C5A5AD: hue angle of 345º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5A5AD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 173 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.23 |
| HSL | 345º | 0.22% | 0.71% | - |
| HSV(B) | 345º | 0.16% | 0.77% | - |
| XYZ | 44.02 | 41.8 | 45.28 | - |
| YUV | 175.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 173 | 0 | 0.16 | 0.12 | 0.23 | 345 | 0.22 | 0.71 |
| Hex | C5 | A5 | AD | 0 | 10 | C | 17 | 159 | 16 | 47 |
| Octal | 305 | 245 | 255 | 0 | 20 | 14 | 27 | 531 | 26 | 107 |
| Binary | 11000101 | 10100101 | 10101101 | 0 | 10000 | 1100 | 10111 | 101011001 | 10110 | 1000111 |
Color Harmonies of #C5A5AD
Complementary color
Monochromatic Colors of #C5A5AD
Black with #C5A5AD
Text Example
Text Example
White with #C5A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5AD; }
p { color: rgb(197,165,173); }
H1.HeaderClassName
{
color: #C5A5AD;
}
.AnyTagClassName
{
color: #C5A5AD;
}
</style>
background-color css
<style>
a { background-color: #C5A5AD; }
a { background-color: rgb(197,165,173); }
div.DivClassName
{
background-color: #C5A5AD;
}
.BgClassName
{
background-color: #C5A5AD;
}
</style>
border-color css
<style>
span { border-color: #C5A5AD; }
span { border-color: rgb(197,165,173); }
td.TdClassName
{
border-color: #C5A5AD;
}
.TagClassName
{
border-color: #C5A5AD;
}
</style>