Shades of Careys Pink #C2A8AC
Tints of Careys Pink #C2A8AC
RGB
CMYK
RGB Variations
Color information
#C2A8AC (or 0xC2A8AC) is known color: Careys Pink. HEX triplet: C2, A8 and AC. RGB value is (194,168,172). Sum of RGB (Red+Green+Blue) = 194+168+172=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A8AC is #3D5753. Grayscale: #B0B0B0. Windows color (decimal): -4020052 or 11315394. OLE color: 11315394.
HSL color Cylindrical-coordinate representation of color #C2A8AC: hue angle of 350.77º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2A8AC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 172 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.24 |
| HSL | 350.77º | 0.18% | 0.71% | - |
| HSV(B) | 350.77º | 0.13% | 0.76% | - |
| XYZ | 43.7 | 42.45 | 44.92 | - |
| YUV | 176.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 172 | 0 | 0.13 | 0.11 | 0.24 | 350.77 | 0.18 | 0.71 |
| Hex | C2 | A8 | AC | 0 | D | B | 18 | 15F | 12 | 47 |
| Octal | 302 | 250 | 254 | 0 | 15 | 13 | 30 | 537 | 22 | 107 |
| Binary | 11000010 | 10101000 | 10101100 | 0 | 1101 | 1011 | 11000 | 101011111 | 10010 | 1000111 |
Color Harmonies of #C2A8AC
Complementary color
Monochromatic Colors of #C2A8AC
Black with #C2A8AC
Text Example
Text Example
White with #C2A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8AC; }
p { color: rgb(194,168,172); }
H1.HeaderClassName
{
color: #C2A8AC;
}
.AnyTagClassName
{
color: #C2A8AC;
}
</style>
background-color css
<style>
a { background-color: #C2A8AC; }
a { background-color: rgb(194,168,172); }
div.DivClassName
{
background-color: #C2A8AC;
}
.BgClassName
{
background-color: #C2A8AC;
}
</style>
border-color css
<style>
span { border-color: #C2A8AC; }
span { border-color: rgb(194,168,172); }
td.TdClassName
{
border-color: #C2A8AC;
}
.TagClassName
{
border-color: #C2A8AC;
}
</style>