Shades of Careys Pink #C0A6AA
Tints of Careys Pink #C0A6AA
RGB
CMYK
RGB Variations
Color information
#C0A6AA (or 0xC0A6AA) is known color: Careys Pink. HEX triplet: C0, A6 and AA. RGB value is (192,166,170). Sum of RGB (Red+Green+Blue) = 192+166+170=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A6AA is #3F5955. Grayscale: #AEAEAE. Windows color (decimal): -4151638 or 11183808. OLE color: 11183808.
HSL color Cylindrical-coordinate representation of color #C0A6AA: hue angle of 350.77º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A6AA is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 170 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.25 |
| HSL | 350.77º | 0.17% | 0.7% | - |
| HSV(B) | 350.77º | 0.14% | 0.75% | - |
| XYZ | 42.63 | 41.38 | 43.77 | - |
| YUV | 174.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 170 | 0 | 0.14 | 0.11 | 0.25 | 350.77 | 0.17 | 0.7 |
| Hex | C0 | A6 | AA | 0 | E | B | 19 | 15F | 11 | 46 |
| Octal | 300 | 246 | 252 | 0 | 16 | 13 | 31 | 537 | 21 | 106 |
| Binary | 11000000 | 10100110 | 10101010 | 0 | 1110 | 1011 | 11001 | 101011111 | 10001 | 1000110 |
Color Harmonies of #C0A6AA
Complementary color
Monochromatic Colors of #C0A6AA
Black with #C0A6AA
Text Example
Text Example
White with #C0A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A6AA; }
p { color: rgb(192,166,170); }
H1.HeaderClassName
{
color: #C0A6AA;
}
.AnyTagClassName
{
color: #C0A6AA;
}
</style>
background-color css
<style>
a { background-color: #C0A6AA; }
a { background-color: rgb(192,166,170); }
div.DivClassName
{
background-color: #C0A6AA;
}
.BgClassName
{
background-color: #C0A6AA;
}
</style>
border-color css
<style>
span { border-color: #C0A6AA; }
span { border-color: rgb(192,166,170); }
td.TdClassName
{
border-color: #C0A6AA;
}
.TagClassName
{
border-color: #C0A6AA;
}
</style>