Shades of Careys Pink #C7A7AD
Tints of Careys Pink #C7A7AD
RGB
CMYK
RGB Variations
Color information
#C7A7AD (or 0xC7A7AD) is known color: Careys Pink. HEX triplet: C7, A7 and AD. RGB value is (199,167,173). Sum of RGB (Red+Green+Blue) = 199+167+173=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A7AD is #385852. Grayscale: #B1B1B1. Windows color (decimal): -3692627 or 11380679. OLE color: 11380679.
HSL color Cylindrical-coordinate representation of color #C7A7AD: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7A7AD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 173 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.22 |
| HSL | 348.75º | 0.22% | 0.72% | - |
| HSV(B) | 348.75º | 0.16% | 0.78% | - |
| XYZ | 44.91 | 42.8 | 45.43 | - |
| YUV | 177.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 173 | 0 | 0.16 | 0.13 | 0.22 | 348.75 | 0.22 | 0.72 |
| Hex | C7 | A7 | AD | 0 | 10 | D | 16 | 15D | 16 | 48 |
| Octal | 307 | 247 | 255 | 0 | 20 | 15 | 26 | 535 | 26 | 110 |
| Binary | 11000111 | 10100111 | 10101101 | 0 | 10000 | 1101 | 10110 | 101011101 | 10110 | 1001000 |
Color Harmonies of #C7A7AD
Complementary color
Monochromatic Colors of #C7A7AD
Black with #C7A7AD
Text Example
Text Example
White with #C7A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A7AD; }
p { color: rgb(199,167,173); }
H1.HeaderClassName
{
color: #C7A7AD;
}
.AnyTagClassName
{
color: #C7A7AD;
}
</style>
background-color css
<style>
a { background-color: #C7A7AD; }
a { background-color: rgb(199,167,173); }
div.DivClassName
{
background-color: #C7A7AD;
}
.BgClassName
{
background-color: #C7A7AD;
}
</style>
border-color css
<style>
span { border-color: #C7A7AD; }
span { border-color: rgb(199,167,173); }
td.TdClassName
{
border-color: #C7A7AD;
}
.TagClassName
{
border-color: #C7A7AD;
}
</style>