Shades of Careys Pink #C2A6AB
Tints of Careys Pink #C2A6AB
RGB
CMYK
RGB Variations
Color information
#C2A6AB (or 0xC2A6AB) is known color: Careys Pink. HEX triplet: C2, A6 and AB. RGB value is (194,166,171). Sum of RGB (Red+Green+Blue) = 194+166+171=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6AB is #3D5954. Grayscale: #AEAEAE. Windows color (decimal): -4020565 or 11249346. OLE color: 11249346.
HSL color Cylindrical-coordinate representation of color #C2A6AB: hue angle of 349.29º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6AB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 171 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.24 |
| HSL | 349.29º | 0.19% | 0.71% | - |
| HSV(B) | 349.29º | 0.14% | 0.76% | - |
| XYZ | 43.24 | 41.68 | 44.29 | - |
| YUV | 174.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 171 | 0 | 0.14 | 0.12 | 0.24 | 349.29 | 0.19 | 0.71 |
| Hex | C2 | A6 | AB | 0 | E | C | 18 | 15D | 13 | 47 |
| Octal | 302 | 246 | 253 | 0 | 16 | 14 | 30 | 535 | 23 | 107 |
| Binary | 11000010 | 10100110 | 10101011 | 0 | 1110 | 1100 | 11000 | 101011101 | 10011 | 1000111 |
Color Harmonies of #C2A6AB
Complementary color
Monochromatic Colors of #C2A6AB
Black with #C2A6AB
Text Example
Text Example
White with #C2A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6AB; }
p { color: rgb(194,166,171); }
H1.HeaderClassName
{
color: #C2A6AB;
}
.AnyTagClassName
{
color: #C2A6AB;
}
</style>
background-color css
<style>
a { background-color: #C2A6AB; }
a { background-color: rgb(194,166,171); }
div.DivClassName
{
background-color: #C2A6AB;
}
.BgClassName
{
background-color: #C2A6AB;
}
</style>
border-color css
<style>
span { border-color: #C2A6AB; }
span { border-color: rgb(194,166,171); }
td.TdClassName
{
border-color: #C2A6AB;
}
.TagClassName
{
border-color: #C2A6AB;
}
</style>