Shades of Careys Pink #C2A5AB
Tints of Careys Pink #C2A5AB
RGB
CMYK
RGB Variations
Color information
#C2A5AB (or 0xC2A5AB) is known color: Careys Pink. HEX triplet: C2, A5 and AB. RGB value is (194,165,171). Sum of RGB (Red+Green+Blue) = 194+165+171=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5AB is #3D5A54. Grayscale: #AEAEAE. Windows color (decimal): -4020821 or 11249090. OLE color: 11249090.
HSL color Cylindrical-coordinate representation of color #C2A5AB: hue angle of 347.59º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5AB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 171 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.24 |
| HSL | 347.59º | 0.19% | 0.7% | - |
| HSV(B) | 347.59º | 0.15% | 0.76% | - |
| XYZ | 43.05 | 41.32 | 44.23 | - |
| YUV | 174.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 171 | 0 | 0.15 | 0.12 | 0.24 | 347.59 | 0.19 | 0.7 |
| Hex | C2 | A5 | AB | 0 | F | C | 18 | 15C | 13 | 46 |
| Octal | 302 | 245 | 253 | 0 | 17 | 14 | 30 | 534 | 23 | 106 |
| Binary | 11000010 | 10100101 | 10101011 | 0 | 1111 | 1100 | 11000 | 101011100 | 10011 | 1000110 |
Color Harmonies of #C2A5AB
Complementary color
Monochromatic Colors of #C2A5AB
Black with #C2A5AB
Text Example
Text Example
White with #C2A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5AB; }
p { color: rgb(194,165,171); }
H1.HeaderClassName
{
color: #C2A5AB;
}
.AnyTagClassName
{
color: #C2A5AB;
}
</style>
background-color css
<style>
a { background-color: #C2A5AB; }
a { background-color: rgb(194,165,171); }
div.DivClassName
{
background-color: #C2A5AB;
}
.BgClassName
{
background-color: #C2A5AB;
}
</style>
border-color css
<style>
span { border-color: #C2A5AB; }
span { border-color: rgb(194,165,171); }
td.TdClassName
{
border-color: #C2A5AB;
}
.TagClassName
{
border-color: #C2A5AB;
}
</style>