Shades of Careys Pink #C3A0A3
Tints of Careys Pink #C3A0A3
RGB
CMYK
RGB Variations
Color information
#C3A0A3 (or 0xC3A0A3) is known color: Careys Pink. HEX triplet: C3, A0 and A3. RGB value is (195,160,163). Sum of RGB (Red+Green+Blue) = 195+160+163=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A0A3 is #3C5F5C. Grayscale: #AAAAAA. Windows color (decimal): -3956573 or 10723523. OLE color: 10723523.
HSL color Cylindrical-coordinate representation of color #C3A0A3: hue angle of 354.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3A0A3 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 163 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.24 |
| HSL | 354.86º | 0.23% | 0.7% | - |
| HSV(B) | 354.86º | 0.18% | 0.76% | - |
| XYZ | 41.69 | 39.39 | 40.06 | - |
| YUV | 170.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 163 | 0 | 0.18 | 0.16 | 0.24 | 354.86 | 0.23 | 0.7 |
| Hex | C3 | A0 | A3 | 0 | 12 | 10 | 18 | 163 | 17 | 46 |
| Octal | 303 | 240 | 243 | 0 | 22 | 20 | 30 | 543 | 27 | 106 |
| Binary | 11000011 | 10100000 | 10100011 | 0 | 10010 | 10000 | 11000 | 101100011 | 10111 | 1000110 |
Color Harmonies of #C3A0A3
Complementary color
Monochromatic Colors of #C3A0A3
Black with #C3A0A3
Text Example
Text Example
White with #C3A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A0A3; }
p { color: rgb(195,160,163); }
H1.HeaderClassName
{
color: #C3A0A3;
}
.AnyTagClassName
{
color: #C3A0A3;
}
</style>
background-color css
<style>
a { background-color: #C3A0A3; }
a { background-color: rgb(195,160,163); }
div.DivClassName
{
background-color: #C3A0A3;
}
.BgClassName
{
background-color: #C3A0A3;
}
</style>
border-color css
<style>
span { border-color: #C3A0A3; }
span { border-color: rgb(195,160,163); }
td.TdClassName
{
border-color: #C3A0A3;
}
.TagClassName
{
border-color: #C3A0A3;
}
</style>