Shades of Careys Pink #C3A6AB
Tints of Careys Pink #C3A6AB
RGB
CMYK
RGB Variations
Color information
#C3A6AB (or 0xC3A6AB) is known color: Careys Pink. HEX triplet: C3, A6 and AB. RGB value is (195,166,171). Sum of RGB (Red+Green+Blue) = 195+166+171=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A6AB is #3C5954. Grayscale: #AFAFAF. Windows color (decimal): -3955029 or 11249347. OLE color: 11249347.
HSL color Cylindrical-coordinate representation of color #C3A6AB: hue angle of 349.66º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6AB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 171 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.24 |
| HSL | 349.66º | 0.19% | 0.71% | - |
| HSV(B) | 349.66º | 0.15% | 0.76% | - |
| XYZ | 43.49 | 41.81 | 44.31 | - |
| YUV | 175.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 171 | 0 | 0.15 | 0.12 | 0.24 | 349.66 | 0.19 | 0.71 |
| Hex | C3 | A6 | AB | 0 | F | C | 18 | 15E | 13 | 47 |
| Octal | 303 | 246 | 253 | 0 | 17 | 14 | 30 | 536 | 23 | 107 |
| Binary | 11000011 | 10100110 | 10101011 | 0 | 1111 | 1100 | 11000 | 101011110 | 10011 | 1000111 |
Color Harmonies of #C3A6AB
Complementary color
Monochromatic Colors of #C3A6AB
Black with #C3A6AB
Text Example
Text Example
White with #C3A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A6AB; }
p { color: rgb(195,166,171); }
H1.HeaderClassName
{
color: #C3A6AB;
}
.AnyTagClassName
{
color: #C3A6AB;
}
</style>
background-color css
<style>
a { background-color: #C3A6AB; }
a { background-color: rgb(195,166,171); }
div.DivClassName
{
background-color: #C3A6AB;
}
.BgClassName
{
background-color: #C3A6AB;
}
</style>
border-color css
<style>
span { border-color: #C3A6AB; }
span { border-color: rgb(195,166,171); }
td.TdClassName
{
border-color: #C3A6AB;
}
.TagClassName
{
border-color: #C3A6AB;
}
</style>