Shades of Careys Pink #C7A9AF
Tints of Careys Pink #C7A9AF
RGB
CMYK
RGB Variations
Color information
#C7A9AF (or 0xC7A9AF) is known color: Careys Pink. HEX triplet: C7, A9 and AF. RGB value is (199,169,175). Sum of RGB (Red+Green+Blue) = 199+169+175=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A9AF is #385650. Grayscale: #B2B2B2. Windows color (decimal): -3692113 or 11512263. OLE color: 11512263.
HSL color Cylindrical-coordinate representation of color #C7A9AF: hue angle of 348º 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 #C7A9AF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 175 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.22 |
| HSL | 348º | 0.21% | 0.72% | - |
| HSV(B) | 348º | 0.15% | 0.78% | - |
| XYZ | 45.48 | 43.61 | 46.58 | - |
| YUV | 178.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 175 | 0 | 0.15 | 0.12 | 0.22 | 348 | 0.21 | 0.72 |
| Hex | C7 | A9 | AF | 0 | F | C | 16 | 15C | 15 | 48 |
| Octal | 307 | 251 | 257 | 0 | 17 | 14 | 26 | 534 | 25 | 110 |
| Binary | 11000111 | 10101001 | 10101111 | 0 | 1111 | 1100 | 10110 | 101011100 | 10101 | 1001000 |
Color Harmonies of #C7A9AF
Complementary color
Monochromatic Colors of #C7A9AF
Black with #C7A9AF
Text Example
Text Example
White with #C7A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9AF; }
p { color: rgb(199,169,175); }
H1.HeaderClassName
{
color: #C7A9AF;
}
.AnyTagClassName
{
color: #C7A9AF;
}
</style>
background-color css
<style>
a { background-color: #C7A9AF; }
a { background-color: rgb(199,169,175); }
div.DivClassName
{
background-color: #C7A9AF;
}
.BgClassName
{
background-color: #C7A9AF;
}
</style>
border-color css
<style>
span { border-color: #C7A9AF; }
span { border-color: rgb(199,169,175); }
td.TdClassName
{
border-color: #C7A9AF;
}
.TagClassName
{
border-color: #C7A9AF;
}
</style>