Shades of Careys Pink #C0A5AC
Tints of Careys Pink #C0A5AC
RGB
CMYK
RGB Variations
Color information
#C0A5AC (or 0xC0A5AC) is known color: Careys Pink. HEX triplet: C0, A5 and AC. RGB value is (192,165,172). Sum of RGB (Red+Green+Blue) = 192+165+172=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A5AC is #3F5A53. Grayscale: #ADADAD. Windows color (decimal): -4151892 or 11314624. OLE color: 11314624.
HSL color Cylindrical-coordinate representation of color #C0A5AC: hue angle of 344.44º degrees, saturation: 0.18, 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 #C0A5AC is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 172 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.25 |
| HSL | 344.44º | 0.18% | 0.7% | - |
| HSV(B) | 344.44º | 0.14% | 0.75% | - |
| XYZ | 42.64 | 41.1 | 44.71 | - |
| YUV | 173.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 172 | 0 | 0.14 | 0.10 | 0.25 | 344.44 | 0.18 | 0.7 |
| Hex | C0 | A5 | AC | 0 | E | A | 19 | 158 | 12 | 46 |
| Octal | 300 | 245 | 254 | 0 | 16 | 12 | 31 | 530 | 22 | 106 |
| Binary | 11000000 | 10100101 | 10101100 | 0 | 1110 | 1010 | 11001 | 101011000 | 10010 | 1000110 |
Color Harmonies of #C0A5AC
Complementary color
Monochromatic Colors of #C0A5AC
Black with #C0A5AC
Text Example
Text Example
White with #C0A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5AC; }
p { color: rgb(192,165,172); }
H1.HeaderClassName
{
color: #C0A5AC;
}
.AnyTagClassName
{
color: #C0A5AC;
}
</style>
background-color css
<style>
a { background-color: #C0A5AC; }
a { background-color: rgb(192,165,172); }
div.DivClassName
{
background-color: #C0A5AC;
}
.BgClassName
{
background-color: #C0A5AC;
}
</style>
border-color css
<style>
span { border-color: #C0A5AC; }
span { border-color: rgb(192,165,172); }
td.TdClassName
{
border-color: #C0A5AC;
}
.TagClassName
{
border-color: #C0A5AC;
}
</style>