Shades of Careys Pink #C1A0AB
Tints of Careys Pink #C1A0AB
RGB
CMYK
RGB Variations
Color information
#C1A0AB (or 0xC1A0AB) is known color: Careys Pink. HEX triplet: C1, A0 and AB. RGB value is (193,160,171). Sum of RGB (Red+Green+Blue) = 193+160+171=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A0AB is #3E5F54. Grayscale: #ABABAB. Windows color (decimal): -4087637 or 11247809. OLE color: 11247809.
HSL color Cylindrical-coordinate representation of color #C1A0AB: hue angle of 340º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1A0AB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 171 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.24 |
| HSL | 340º | 0.21% | 0.69% | - |
| HSV(B) | 340º | 0.17% | 0.76% | - |
| XYZ | 41.91 | 39.42 | 43.93 | - |
| YUV | 171.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 171 | 0 | 0.17 | 0.11 | 0.24 | 340 | 0.21 | 0.69 |
| Hex | C1 | A0 | AB | 0 | 11 | B | 18 | 154 | 15 | 45 |
| Octal | 301 | 240 | 253 | 0 | 21 | 13 | 30 | 524 | 25 | 105 |
| Binary | 11000001 | 10100000 | 10101011 | 0 | 10001 | 1011 | 11000 | 101010100 | 10101 | 1000101 |
Color Harmonies of #C1A0AB
Complementary color
Monochromatic Colors of #C1A0AB
Black with #C1A0AB
Text Example
Text Example
White with #C1A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A0AB; }
p { color: rgb(193,160,171); }
H1.HeaderClassName
{
color: #C1A0AB;
}
.AnyTagClassName
{
color: #C1A0AB;
}
</style>
background-color css
<style>
a { background-color: #C1A0AB; }
a { background-color: rgb(193,160,171); }
div.DivClassName
{
background-color: #C1A0AB;
}
.BgClassName
{
background-color: #C1A0AB;
}
</style>
border-color css
<style>
span { border-color: #C1A0AB; }
span { border-color: rgb(193,160,171); }
td.TdClassName
{
border-color: #C1A0AB;
}
.TagClassName
{
border-color: #C1A0AB;
}
</style>