Shades of Careys Pink #C2ABAD
Tints of Careys Pink #C2ABAD
RGB
CMYK
RGB Variations
Color information
#C2ABAD (or 0xC2ABAD) is known color: Careys Pink. HEX triplet: C2, AB and AD. RGB value is (194,171,173). Sum of RGB (Red+Green+Blue) = 194+171+173=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABAD is #3D5452. Grayscale: #B2B2B2. Windows color (decimal): -4019283 or 11381698. OLE color: 11381698.
HSL color Cylindrical-coordinate representation of color #C2ABAD: hue angle of 354.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABAD is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 173 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.24 |
| HSL | 354.78º | 0.16% | 0.72% | - |
| HSV(B) | 354.78º | 0.12% | 0.76% | - |
| XYZ | 44.35 | 43.61 | 45.62 | - |
| YUV | 178.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 173 | 0 | 0.12 | 0.11 | 0.24 | 354.78 | 0.16 | 0.72 |
| Hex | C2 | AB | AD | 0 | C | B | 18 | 163 | 10 | 48 |
| Octal | 302 | 253 | 255 | 0 | 14 | 13 | 30 | 543 | 20 | 110 |
| Binary | 11000010 | 10101011 | 10101101 | 0 | 1100 | 1011 | 11000 | 101100011 | 10000 | 1001000 |
Color Harmonies of #C2ABAD
Complementary color
Monochromatic Colors of #C2ABAD
Black with #C2ABAD
Text Example
Text Example
White with #C2ABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABAD; }
p { color: rgb(194,171,173); }
H1.HeaderClassName
{
color: #C2ABAD;
}
.AnyTagClassName
{
color: #C2ABAD;
}
</style>
background-color css
<style>
a { background-color: #C2ABAD; }
a { background-color: rgb(194,171,173); }
div.DivClassName
{
background-color: #C2ABAD;
}
.BgClassName
{
background-color: #C2ABAD;
}
</style>
border-color css
<style>
span { border-color: #C2ABAD; }
span { border-color: rgb(194,171,173); }
td.TdClassName
{
border-color: #C2ABAD;
}
.TagClassName
{
border-color: #C2ABAD;
}
</style>