Shades of Careys Pink #C2A6AC
Tints of Careys Pink #C2A6AC
RGB
CMYK
RGB Variations
Color information
#C2A6AC (or 0xC2A6AC) is known color: Careys Pink. HEX triplet: C2, A6 and AC. RGB value is (194,166,172). Sum of RGB (Red+Green+Blue) = 194+166+172=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6AC is #3D5953. Grayscale: #AFAFAF. Windows color (decimal): -4020564 or 11314882. OLE color: 11314882.
HSL color Cylindrical-coordinate representation of color #C2A6AC: hue angle of 347.14º 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 #C2A6AC is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 172 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.24 |
| HSL | 347.14º | 0.19% | 0.71% | - |
| HSV(B) | 347.14º | 0.14% | 0.76% | - |
| XYZ | 43.33 | 41.72 | 44.8 | - |
| YUV | 175.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 172 | 0 | 0.14 | 0.11 | 0.24 | 347.14 | 0.19 | 0.71 |
| Hex | C2 | A6 | AC | 0 | E | B | 18 | 15B | 13 | 47 |
| Octal | 302 | 246 | 254 | 0 | 16 | 13 | 30 | 533 | 23 | 107 |
| Binary | 11000010 | 10100110 | 10101100 | 0 | 1110 | 1011 | 11000 | 101011011 | 10011 | 1000111 |
Color Harmonies of #C2A6AC
Complementary color
Monochromatic Colors of #C2A6AC
Black with #C2A6AC
Text Example
Text Example
White with #C2A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6AC; }
p { color: rgb(194,166,172); }
H1.HeaderClassName
{
color: #C2A6AC;
}
.AnyTagClassName
{
color: #C2A6AC;
}
</style>
background-color css
<style>
a { background-color: #C2A6AC; }
a { background-color: rgb(194,166,172); }
div.DivClassName
{
background-color: #C2A6AC;
}
.BgClassName
{
background-color: #C2A6AC;
}
</style>
border-color css
<style>
span { border-color: #C2A6AC; }
span { border-color: rgb(194,166,172); }
td.TdClassName
{
border-color: #C2A6AC;
}
.TagClassName
{
border-color: #C2A6AC;
}
</style>