Shades of Careys Pink #C5A5AF
Tints of Careys Pink #C5A5AF
RGB
CMYK
RGB Variations
Color information
#C5A5AF (or 0xC5A5AF) is known color: Careys Pink. HEX triplet: C5, A5 and AF. RGB value is (197,165,175). Sum of RGB (Red+Green+Blue) = 197+165+175=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A5AF is #3A5A50. Grayscale: #AFAFAF. Windows color (decimal): -3824209 or 11511237. OLE color: 11511237.
HSL color Cylindrical-coordinate representation of color #C5A5AF: hue angle of 341.25º 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 #C5A5AF is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 175 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.23 |
| HSL | 341.25º | 0.22% | 0.71% | - |
| HSV(B) | 341.25º | 0.16% | 0.77% | - |
| XYZ | 44.22 | 41.88 | 46.31 | - |
| YUV | 175.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 175 | 0 | 0.16 | 0.11 | 0.23 | 341.25 | 0.22 | 0.71 |
| Hex | C5 | A5 | AF | 0 | 10 | B | 17 | 155 | 16 | 47 |
| Octal | 305 | 245 | 257 | 0 | 20 | 13 | 27 | 525 | 26 | 107 |
| Binary | 11000101 | 10100101 | 10101111 | 0 | 10000 | 1011 | 10111 | 101010101 | 10110 | 1000111 |
Color Harmonies of #C5A5AF
Complementary color
Monochromatic Colors of #C5A5AF
Black with #C5A5AF
Text Example
Text Example
White with #C5A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5AF; }
p { color: rgb(197,165,175); }
H1.HeaderClassName
{
color: #C5A5AF;
}
.AnyTagClassName
{
color: #C5A5AF;
}
</style>
background-color css
<style>
a { background-color: #C5A5AF; }
a { background-color: rgb(197,165,175); }
div.DivClassName
{
background-color: #C5A5AF;
}
.BgClassName
{
background-color: #C5A5AF;
}
</style>
border-color css
<style>
span { border-color: #C5A5AF; }
span { border-color: rgb(197,165,175); }
td.TdClassName
{
border-color: #C5A5AF;
}
.TagClassName
{
border-color: #C5A5AF;
}
</style>