Shades of Careys Pink #C7A9AA
Tints of Careys Pink #C7A9AA
RGB
CMYK
RGB Variations
Color information
#C7A9AA (or 0xC7A9AA) is known color: Careys Pink. HEX triplet: C7, A9 and AA. RGB value is (199,169,170). Sum of RGB (Red+Green+Blue) = 199+169+170=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A9AA is #385655. Grayscale: #B2B2B2. Windows color (decimal): -3692118 or 11184583. OLE color: 11184583.
HSL color Cylindrical-coordinate representation of color #C7A9AA: hue angle of 358º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9AA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 170 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.22 |
| HSL | 358º | 0.21% | 0.72% | - |
| HSV(B) | 358º | 0.15% | 0.78% | - |
| XYZ | 45 | 43.42 | 44.04 | - |
| YUV | 178.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 170 | 0 | 0.15 | 0.15 | 0.22 | 358 | 0.21 | 0.72 |
| Hex | C7 | A9 | AA | 0 | F | F | 16 | 166 | 15 | 48 |
| Octal | 307 | 251 | 252 | 0 | 17 | 17 | 26 | 546 | 25 | 110 |
| Binary | 11000111 | 10101001 | 10101010 | 0 | 1111 | 1111 | 10110 | 101100110 | 10101 | 1001000 |
Color Harmonies of #C7A9AA
Complementary color
Monochromatic Colors of #C7A9AA
Black with #C7A9AA
Text Example
Text Example
White with #C7A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9AA; }
p { color: rgb(199,169,170); }
H1.HeaderClassName
{
color: #C7A9AA;
}
.AnyTagClassName
{
color: #C7A9AA;
}
</style>
background-color css
<style>
a { background-color: #C7A9AA; }
a { background-color: rgb(199,169,170); }
div.DivClassName
{
background-color: #C7A9AA;
}
.BgClassName
{
background-color: #C7A9AA;
}
</style>
border-color css
<style>
span { border-color: #C7A9AA; }
span { border-color: rgb(199,169,170); }
td.TdClassName
{
border-color: #C7A9AA;
}
.TagClassName
{
border-color: #C7A9AA;
}
</style>