Shades of Careys Pink #C7A3AD
Tints of Careys Pink #C7A3AD
RGB
CMYK
RGB Variations
Color information
#C7A3AD (or 0xC7A3AD) is known color: Careys Pink. HEX triplet: C7, A3 and AD. RGB value is (199,163,173). Sum of RGB (Red+Green+Blue) = 199+163+173=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A3AD is #385C52. Grayscale: #AEAEAE. Windows color (decimal): -3693651 or 11379655. OLE color: 11379655.
HSL color Cylindrical-coordinate representation of color #C7A3AD: hue angle of 343.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7A3AD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 173 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.22 |
| HSL | 343.33º | 0.24% | 0.71% | - |
| HSV(B) | 343.33º | 0.18% | 0.78% | - |
| XYZ | 44.19 | 41.35 | 45.19 | - |
| YUV | 174.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 173 | 0 | 0.18 | 0.13 | 0.22 | 343.33 | 0.24 | 0.71 |
| Hex | C7 | A3 | AD | 0 | 12 | D | 16 | 157 | 18 | 47 |
| Octal | 307 | 243 | 255 | 0 | 22 | 15 | 26 | 527 | 30 | 107 |
| Binary | 11000111 | 10100011 | 10101101 | 0 | 10010 | 1101 | 10110 | 101010111 | 11000 | 1000111 |
Color Harmonies of #C7A3AD
Complementary color
Monochromatic Colors of #C7A3AD
Black with #C7A3AD
Text Example
Text Example
White with #C7A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A3AD; }
p { color: rgb(199,163,173); }
H1.HeaderClassName
{
color: #C7A3AD;
}
.AnyTagClassName
{
color: #C7A3AD;
}
</style>
background-color css
<style>
a { background-color: #C7A3AD; }
a { background-color: rgb(199,163,173); }
div.DivClassName
{
background-color: #C7A3AD;
}
.BgClassName
{
background-color: #C7A3AD;
}
</style>
border-color css
<style>
span { border-color: #C7A3AD; }
span { border-color: rgb(199,163,173); }
td.TdClassName
{
border-color: #C7A3AD;
}
.TagClassName
{
border-color: #C7A3AD;
}
</style>