Shades of Careys Pink #C5A6AF
Tints of Careys Pink #C5A6AF
RGB
CMYK
RGB Variations
Color information
#C5A6AF (or 0xC5A6AF) is known color: Careys Pink. HEX triplet: C5, A6 and AF. RGB value is (197,166,175). Sum of RGB (Red+Green+Blue) = 197+166+175=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A6AF is #3A5950. Grayscale: #B0B0B0. Windows color (decimal): -3823953 or 11511493. OLE color: 11511493.
HSL color Cylindrical-coordinate representation of color #C5A6AF: hue angle of 342.58º degrees, saturation: 0.21, 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 #C5A6AF is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 175 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.23 |
| HSL | 342.58º | 0.21% | 0.71% | - |
| HSV(B) | 342.58º | 0.16% | 0.77% | - |
| XYZ | 44.4 | 42.24 | 46.37 | - |
| YUV | 176.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 175 | 0 | 0.16 | 0.11 | 0.23 | 342.58 | 0.21 | 0.71 |
| Hex | C5 | A6 | AF | 0 | 10 | B | 17 | 157 | 15 | 47 |
| Octal | 305 | 246 | 257 | 0 | 20 | 13 | 27 | 527 | 25 | 107 |
| Binary | 11000101 | 10100110 | 10101111 | 0 | 10000 | 1011 | 10111 | 101010111 | 10101 | 1000111 |
Color Harmonies of #C5A6AF
Complementary color
Monochromatic Colors of #C5A6AF
Black with #C5A6AF
Text Example
Text Example
White with #C5A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A6AF; }
p { color: rgb(197,166,175); }
H1.HeaderClassName
{
color: #C5A6AF;
}
.AnyTagClassName
{
color: #C5A6AF;
}
</style>
background-color css
<style>
a { background-color: #C5A6AF; }
a { background-color: rgb(197,166,175); }
div.DivClassName
{
background-color: #C5A6AF;
}
.BgClassName
{
background-color: #C5A6AF;
}
</style>
border-color css
<style>
span { border-color: #C5A6AF; }
span { border-color: rgb(197,166,175); }
td.TdClassName
{
border-color: #C5A6AF;
}
.TagClassName
{
border-color: #C5A6AF;
}
</style>