Shades of Careys Pink #C5A6AD
Tints of Careys Pink #C5A6AD
RGB
CMYK
RGB Variations
Color information
#C5A6AD (or 0xC5A6AD) is known color: Careys Pink. HEX triplet: C5, A6 and AD. RGB value is (197,166,173). Sum of RGB (Red+Green+Blue) = 197+166+173=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A6AD is #3A5952. Grayscale: #B0B0B0. Windows color (decimal): -3823955 or 11380421. OLE color: 11380421.
HSL color Cylindrical-coordinate representation of color #C5A6AD: hue angle of 346.45º 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 #C5A6AD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 173 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.23 |
| HSL | 346.45º | 0.21% | 0.71% | - |
| HSV(B) | 346.45º | 0.16% | 0.77% | - |
| XYZ | 44.21 | 42.16 | 45.34 | - |
| YUV | 176.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 173 | 0 | 0.16 | 0.12 | 0.23 | 346.45 | 0.21 | 0.71 |
| Hex | C5 | A6 | AD | 0 | 10 | C | 17 | 15A | 15 | 47 |
| Octal | 305 | 246 | 255 | 0 | 20 | 14 | 27 | 532 | 25 | 107 |
| Binary | 11000101 | 10100110 | 10101101 | 0 | 10000 | 1100 | 10111 | 101011010 | 10101 | 1000111 |
Color Harmonies of #C5A6AD
Complementary color
Monochromatic Colors of #C5A6AD
Black with #C5A6AD
Text Example
Text Example
White with #C5A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A6AD; }
p { color: rgb(197,166,173); }
H1.HeaderClassName
{
color: #C5A6AD;
}
.AnyTagClassName
{
color: #C5A6AD;
}
</style>
background-color css
<style>
a { background-color: #C5A6AD; }
a { background-color: rgb(197,166,173); }
div.DivClassName
{
background-color: #C5A6AD;
}
.BgClassName
{
background-color: #C5A6AD;
}
</style>
border-color css
<style>
span { border-color: #C5A6AD; }
span { border-color: rgb(197,166,173); }
td.TdClassName
{
border-color: #C5A6AD;
}
.TagClassName
{
border-color: #C5A6AD;
}
</style>