Shades of Careys Pink #C3A0AA
Tints of Careys Pink #C3A0AA
RGB
CMYK
RGB Variations
Color information
#C3A0AA (or 0xC3A0AA) is known color: Careys Pink. HEX triplet: C3, A0 and AA. RGB value is (195,160,170). Sum of RGB (Red+Green+Blue) = 195+160+170=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A0AA is #3C5F55. Grayscale: #ABABAB. Windows color (decimal): -3956566 or 11182275. OLE color: 11182275.
HSL color Cylindrical-coordinate representation of color #C3A0AA: hue angle of 342.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 #C3A0AA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 170 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.24 |
| HSL | 342.86º | 0.23% | 0.7% | - |
| HSV(B) | 342.86º | 0.18% | 0.76% | - |
| XYZ | 42.33 | 39.65 | 43.45 | - |
| YUV | 171.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 170 | 0 | 0.18 | 0.13 | 0.24 | 342.86 | 0.23 | 0.7 |
| Hex | C3 | A0 | AA | 0 | 12 | D | 18 | 157 | 17 | 46 |
| Octal | 303 | 240 | 252 | 0 | 22 | 15 | 30 | 527 | 27 | 106 |
| Binary | 11000011 | 10100000 | 10101010 | 0 | 10010 | 1101 | 11000 | 101010111 | 10111 | 1000110 |
Color Harmonies of #C3A0AA
Complementary color
Monochromatic Colors of #C3A0AA
Black with #C3A0AA
Text Example
Text Example
White with #C3A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A0AA; }
p { color: rgb(195,160,170); }
H1.HeaderClassName
{
color: #C3A0AA;
}
.AnyTagClassName
{
color: #C3A0AA;
}
</style>
background-color css
<style>
a { background-color: #C3A0AA; }
a { background-color: rgb(195,160,170); }
div.DivClassName
{
background-color: #C3A0AA;
}
.BgClassName
{
background-color: #C3A0AA;
}
</style>
border-color css
<style>
span { border-color: #C3A0AA; }
span { border-color: rgb(195,160,170); }
td.TdClassName
{
border-color: #C3A0AA;
}
.TagClassName
{
border-color: #C3A0AA;
}
</style>