Shades of Careys Pink #C3A4AB
Tints of Careys Pink #C3A4AB
RGB
CMYK
RGB Variations
Color information
#C3A4AB (or 0xC3A4AB) is known color: Careys Pink. HEX triplet: C3, A4 and AB. RGB value is (195,164,171). Sum of RGB (Red+Green+Blue) = 195+164+171=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A4AB is #3C5B54. Grayscale: #AEAEAE. Windows color (decimal): -3955541 or 11248835. OLE color: 11248835.
HSL color Cylindrical-coordinate representation of color #C3A4AB: hue angle of 346.45º 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 #C3A4AB is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 171 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.24 |
| HSL | 346.45º | 0.21% | 0.7% | - |
| HSV(B) | 346.45º | 0.16% | 0.76% | - |
| XYZ | 43.13 | 41.09 | 44.19 | - |
| YUV | 174.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 171 | 0 | 0.16 | 0.12 | 0.24 | 346.45 | 0.21 | 0.7 |
| Hex | C3 | A4 | AB | 0 | 10 | C | 18 | 15A | 15 | 46 |
| Octal | 303 | 244 | 253 | 0 | 20 | 14 | 30 | 532 | 25 | 106 |
| Binary | 11000011 | 10100100 | 10101011 | 0 | 10000 | 1100 | 11000 | 101011010 | 10101 | 1000110 |
Color Harmonies of #C3A4AB
Complementary color
Monochromatic Colors of #C3A4AB
Black with #C3A4AB
Text Example
Text Example
White with #C3A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A4AB; }
p { color: rgb(195,164,171); }
H1.HeaderClassName
{
color: #C3A4AB;
}
.AnyTagClassName
{
color: #C3A4AB;
}
</style>
background-color css
<style>
a { background-color: #C3A4AB; }
a { background-color: rgb(195,164,171); }
div.DivClassName
{
background-color: #C3A4AB;
}
.BgClassName
{
background-color: #C3A4AB;
}
</style>
border-color css
<style>
span { border-color: #C3A4AB; }
span { border-color: rgb(195,164,171); }
td.TdClassName
{
border-color: #C3A4AB;
}
.TagClassName
{
border-color: #C3A4AB;
}
</style>