Shades of Careys Pink #C7A6AA
Tints of Careys Pink #C7A6AA
RGB
CMYK
RGB Variations
Color information
#C7A6AA (or 0xC7A6AA) is known color: Careys Pink. HEX triplet: C7, A6 and AA. RGB value is (199,166,170). Sum of RGB (Red+Green+Blue) = 199+166+170=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A6AA is #385955. Grayscale: #B0B0B0. Windows color (decimal): -3692886 or 11183815. OLE color: 11183815.
HSL color Cylindrical-coordinate representation of color #C7A6AA: hue angle of 352.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6AA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 170 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.22 |
| HSL | 352.73º | 0.23% | 0.72% | - |
| HSV(B) | 352.73º | 0.17% | 0.78% | - |
| XYZ | 44.45 | 42.32 | 43.86 | - |
| YUV | 176.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 170 | 0 | 0.17 | 0.15 | 0.22 | 352.73 | 0.23 | 0.72 |
| Hex | C7 | A6 | AA | 0 | 11 | F | 16 | 161 | 17 | 48 |
| Octal | 307 | 246 | 252 | 0 | 21 | 17 | 26 | 541 | 27 | 110 |
| Binary | 11000111 | 10100110 | 10101010 | 0 | 10001 | 1111 | 10110 | 101100001 | 10111 | 1001000 |
Color Harmonies of #C7A6AA
Complementary color
Monochromatic Colors of #C7A6AA
Black with #C7A6AA
Text Example
Text Example
White with #C7A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6AA; }
p { color: rgb(199,166,170); }
H1.HeaderClassName
{
color: #C7A6AA;
}
.AnyTagClassName
{
color: #C7A6AA;
}
</style>
background-color css
<style>
a { background-color: #C7A6AA; }
a { background-color: rgb(199,166,170); }
div.DivClassName
{
background-color: #C7A6AA;
}
.BgClassName
{
background-color: #C7A6AA;
}
</style>
border-color css
<style>
span { border-color: #C7A6AA; }
span { border-color: rgb(199,166,170); }
td.TdClassName
{
border-color: #C7A6AA;
}
.TagClassName
{
border-color: #C7A6AA;
}
</style>