Shades of Careys Pink #C0A3AC
Tints of Careys Pink #C0A3AC
RGB
CMYK
RGB Variations
Color information
#C0A3AC (or 0xC0A3AC) is known color: Careys Pink. HEX triplet: C0, A3 and AC. RGB value is (192,163,172). Sum of RGB (Red+Green+Blue) = 192+163+172=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A3AC is #3F5C53. Grayscale: #ACACAC. Windows color (decimal): -4152404 or 11314112. OLE color: 11314112.
HSL color Cylindrical-coordinate representation of color #C0A3AC: hue angle of 341.38º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A3AC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 172 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.25 |
| HSL | 341.38º | 0.19% | 0.7% | - |
| HSV(B) | 341.38º | 0.15% | 0.75% | - |
| XYZ | 42.28 | 40.38 | 44.6 | - |
| YUV | 172.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 172 | 0 | 0.15 | 0.10 | 0.25 | 341.38 | 0.19 | 0.7 |
| Hex | C0 | A3 | AC | 0 | F | A | 19 | 155 | 13 | 46 |
| Octal | 300 | 243 | 254 | 0 | 17 | 12 | 31 | 525 | 23 | 106 |
| Binary | 11000000 | 10100011 | 10101100 | 0 | 1111 | 1010 | 11001 | 101010101 | 10011 | 1000110 |
Color Harmonies of #C0A3AC
Complementary color
Monochromatic Colors of #C0A3AC
Black with #C0A3AC
Text Example
Text Example
White with #C0A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3AC; }
p { color: rgb(192,163,172); }
H1.HeaderClassName
{
color: #C0A3AC;
}
.AnyTagClassName
{
color: #C0A3AC;
}
</style>
background-color css
<style>
a { background-color: #C0A3AC; }
a { background-color: rgb(192,163,172); }
div.DivClassName
{
background-color: #C0A3AC;
}
.BgClassName
{
background-color: #C0A3AC;
}
</style>
border-color css
<style>
span { border-color: #C0A3AC; }
span { border-color: rgb(192,163,172); }
td.TdClassName
{
border-color: #C0A3AC;
}
.TagClassName
{
border-color: #C0A3AC;
}
</style>