Shades of Careys Pink #C7A6AB
Tints of Careys Pink #C7A6AB
RGB
CMYK
RGB Variations
Color information
#C7A6AB (or 0xC7A6AB) is known color: Careys Pink. HEX triplet: C7, A6 and AB. RGB value is (199,166,171). Sum of RGB (Red+Green+Blue) = 199+166+171=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A6AB is #385954. Grayscale: #B0B0B0. Windows color (decimal): -3692885 or 11249351. OLE color: 11249351.
HSL color Cylindrical-coordinate representation of color #C7A6AB: hue angle of 350.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6AB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 171 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.22 |
| HSL | 350.91º | 0.23% | 0.72% | - |
| HSV(B) | 350.91º | 0.17% | 0.78% | - |
| XYZ | 44.54 | 42.35 | 44.36 | - |
| YUV | 176.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 171 | 0 | 0.17 | 0.14 | 0.22 | 350.91 | 0.23 | 0.72 |
| Hex | C7 | A6 | AB | 0 | 11 | E | 16 | 15F | 17 | 48 |
| Octal | 307 | 246 | 253 | 0 | 21 | 16 | 26 | 537 | 27 | 110 |
| Binary | 11000111 | 10100110 | 10101011 | 0 | 10001 | 1110 | 10110 | 101011111 | 10111 | 1001000 |
Color Harmonies of #C7A6AB
Complementary color
Monochromatic Colors of #C7A6AB
Black with #C7A6AB
Text Example
Text Example
White with #C7A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6AB; }
p { color: rgb(199,166,171); }
H1.HeaderClassName
{
color: #C7A6AB;
}
.AnyTagClassName
{
color: #C7A6AB;
}
</style>
background-color css
<style>
a { background-color: #C7A6AB; }
a { background-color: rgb(199,166,171); }
div.DivClassName
{
background-color: #C7A6AB;
}
.BgClassName
{
background-color: #C7A6AB;
}
</style>
border-color css
<style>
span { border-color: #C7A6AB; }
span { border-color: rgb(199,166,171); }
td.TdClassName
{
border-color: #C7A6AB;
}
.TagClassName
{
border-color: #C7A6AB;
}
</style>