Shades of Careys Pink #C1A0A3
Tints of Careys Pink #C1A0A3
RGB
CMYK
RGB Variations
Color information
#C1A0A3 (or 0xC1A0A3) is known color: Careys Pink. HEX triplet: C1, A0 and A3. RGB value is (193,160,163). Sum of RGB (Red+Green+Blue) = 193+160+163=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A0A3 is #3E5F5C. Grayscale: #AAAAAA. Windows color (decimal): -4087645 or 10723521. OLE color: 10723521.
HSL color Cylindrical-coordinate representation of color #C1A0A3: hue angle of 354.55º 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 #C1A0A3 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 163 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.24 |
| HSL | 354.55º | 0.21% | 0.69% | - |
| HSV(B) | 354.55º | 0.17% | 0.76% | - |
| XYZ | 41.17 | 39.12 | 40.03 | - |
| YUV | 170.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 163 | 0 | 0.17 | 0.16 | 0.24 | 354.55 | 0.21 | 0.69 |
| Hex | C1 | A0 | A3 | 0 | 11 | 10 | 18 | 163 | 15 | 45 |
| Octal | 301 | 240 | 243 | 0 | 21 | 20 | 30 | 543 | 25 | 105 |
| Binary | 11000001 | 10100000 | 10100011 | 0 | 10001 | 10000 | 11000 | 101100011 | 10101 | 1000101 |
Color Harmonies of #C1A0A3
Complementary color
Monochromatic Colors of #C1A0A3
Black with #C1A0A3
Text Example
Text Example
White with #C1A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A0A3; }
p { color: rgb(193,160,163); }
H1.HeaderClassName
{
color: #C1A0A3;
}
.AnyTagClassName
{
color: #C1A0A3;
}
</style>
background-color css
<style>
a { background-color: #C1A0A3; }
a { background-color: rgb(193,160,163); }
div.DivClassName
{
background-color: #C1A0A3;
}
.BgClassName
{
background-color: #C1A0A3;
}
</style>
border-color css
<style>
span { border-color: #C1A0A3; }
span { border-color: rgb(193,160,163); }
td.TdClassName
{
border-color: #C1A0A3;
}
.TagClassName
{
border-color: #C1A0A3;
}
</style>