Shades of Careys Pink #C0A0AA
Tints of Careys Pink #C0A0AA
RGB
CMYK
RGB Variations
Color information
#C0A0AA (or 0xC0A0AA) is known color: Careys Pink. HEX triplet: C0, A0 and AA. RGB value is (192,160,170). Sum of RGB (Red+Green+Blue) = 192+160+170=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A0AA is #3F5F55. Grayscale: #AAAAAA. Windows color (decimal): -4153174 or 11182272. OLE color: 11182272.
HSL color Cylindrical-coordinate representation of color #C0A0AA: hue angle of 341.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A0AA is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 170 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.25 |
| HSL | 341.25º | 0.2% | 0.69% | - |
| HSV(B) | 341.25º | 0.17% | 0.75% | - |
| XYZ | 41.56 | 39.25 | 43.42 | - |
| YUV | 170.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 170 | 0 | 0.17 | 0.11 | 0.25 | 341.25 | 0.2 | 0.69 |
| Hex | C0 | A0 | AA | 0 | 11 | B | 19 | 155 | 14 | 45 |
| Octal | 300 | 240 | 252 | 0 | 21 | 13 | 31 | 525 | 24 | 105 |
| Binary | 11000000 | 10100000 | 10101010 | 0 | 10001 | 1011 | 11001 | 101010101 | 10100 | 1000101 |
Color Harmonies of #C0A0AA
Complementary color
Monochromatic Colors of #C0A0AA
Black with #C0A0AA
Text Example
Text Example
White with #C0A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0AA; }
p { color: rgb(192,160,170); }
H1.HeaderClassName
{
color: #C0A0AA;
}
.AnyTagClassName
{
color: #C0A0AA;
}
</style>
background-color css
<style>
a { background-color: #C0A0AA; }
a { background-color: rgb(192,160,170); }
div.DivClassName
{
background-color: #C0A0AA;
}
.BgClassName
{
background-color: #C0A0AA;
}
</style>
border-color css
<style>
span { border-color: #C0A0AA; }
span { border-color: rgb(192,160,170); }
td.TdClassName
{
border-color: #C0A0AA;
}
.TagClassName
{
border-color: #C0A0AA;
}
</style>