Shades of Careys Pink #C2A2AB
Tints of Careys Pink #C2A2AB
RGB
CMYK
RGB Variations
Color information
#C2A2AB (or 0xC2A2AB) is known color: Careys Pink. HEX triplet: C2, A2 and AB. RGB value is (194,162,171). Sum of RGB (Red+Green+Blue) = 194+162+171=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A2AB is #3D5D54. Grayscale: #ACACAC. Windows color (decimal): -4021589 or 11248322. OLE color: 11248322.
HSL color Cylindrical-coordinate representation of color #C2A2AB: hue angle of 343.12º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2A2AB is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 162 | 171 | - |
CMYK | 0 | 0.16 | 0.12 | 0.24 |
HSL | 343.13º | 0.21% | 0.7% | - |
HSV(B) | 343.13º | 0.16% | 0.76% | - |
XYZ | 42.52 | 40.25 | 44.06 | - |
YUV | 172.59 | 127.1 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 162 | 171 | 0 | 0.16 | 0.12 | 0.24 | 343.13 | 0.21 | 0.7 |
Hex | C2 | A2 | AB | 0 | 10 | C | 18 | 157 | 15 | 46 |
Octal | 302 | 242 | 253 | 0 | 20 | 14 | 30 | 527 | 25 | 106 |
Binary | 11000010 | 10100010 | 10101011 | 0 | 10000 | 1100 | 11000 | 101010111 | 10101 | 1000110 |
Color Harmonies of #C2A2AB
Complementary color
Monochromatic Colors of #C2A2AB
Black with #C2A2AB
Text Example
Text Example
White with #C2A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2AB; }
p { color: rgb(194,162,171); }
H1.HeaderClassName
{
color: #C2A2AB;
}
.AnyTagClassName
{
color: #C2A2AB;
}
</style>
background-color css
<style>
a { background-color: #C2A2AB; }
a { background-color: rgb(194,162,171); }
div.DivClassName
{
background-color: #C2A2AB;
}
.BgClassName
{
background-color: #C2A2AB;
}
</style>
border-color css
<style>
span { border-color: #C2A2AB; }
span { border-color: rgb(194,162,171); }
td.TdClassName
{
border-color: #C2A2AB;
}
.TagClassName
{
border-color: #C2A2AB;
}
</style>