Shades of Careys Pink #C0A7AC
Tints of Careys Pink #C0A7AC
RGB
CMYK
RGB Variations
Color information
#C0A7AC (or 0xC0A7AC) is known color: Careys Pink. HEX triplet: C0, A7 and AC. RGB value is (192,167,172). Sum of RGB (Red+Green+Blue) = 192+167+172=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A7AC is #3F5853. Grayscale: #AFAFAF. Windows color (decimal): -4151380 or 11315136. OLE color: 11315136.
HSL color Cylindrical-coordinate representation of color #C0A7AC: hue angle of 348º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0A7AC is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 172 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.25 |
| HSL | 348º | 0.17% | 0.7% | - |
| HSV(B) | 348º | 0.13% | 0.75% | - |
| XYZ | 43 | 41.82 | 44.84 | - |
| YUV | 175.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 172 | 0 | 0.13 | 0.10 | 0.25 | 348 | 0.17 | 0.7 |
| Hex | C0 | A7 | AC | 0 | D | A | 19 | 15C | 11 | 46 |
| Octal | 300 | 247 | 254 | 0 | 15 | 12 | 31 | 534 | 21 | 106 |
| Binary | 11000000 | 10100111 | 10101100 | 0 | 1101 | 1010 | 11001 | 101011100 | 10001 | 1000110 |
Color Harmonies of #C0A7AC
Complementary color
Monochromatic Colors of #C0A7AC
Black with #C0A7AC
Text Example
Text Example
White with #C0A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7AC; }
p { color: rgb(192,167,172); }
H1.HeaderClassName
{
color: #C0A7AC;
}
.AnyTagClassName
{
color: #C0A7AC;
}
</style>
background-color css
<style>
a { background-color: #C0A7AC; }
a { background-color: rgb(192,167,172); }
div.DivClassName
{
background-color: #C0A7AC;
}
.BgClassName
{
background-color: #C0A7AC;
}
</style>
border-color css
<style>
span { border-color: #C0A7AC; }
span { border-color: rgb(192,167,172); }
td.TdClassName
{
border-color: #C0A7AC;
}
.TagClassName
{
border-color: #C0A7AC;
}
</style>