Shades of Careys Pink #C7A8AF
Tints of Careys Pink #C7A8AF
RGB
CMYK
RGB Variations
Color information
#C7A8AF (or 0xC7A8AF) is known color: Careys Pink. HEX triplet: C7, A8 and AF. RGB value is (199,168,175). Sum of RGB (Red+Green+Blue) = 199+168+175=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A8AF is #385750. Grayscale: #B2B2B2. Windows color (decimal): -3692369 or 11512007. OLE color: 11512007.
HSL color Cylindrical-coordinate representation of color #C7A8AF: hue angle of 346.45º 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 #C7A8AF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 175 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.22 |
| HSL | 346.45º | 0.22% | 0.72% | - |
| HSV(B) | 346.45º | 0.16% | 0.78% | - |
| XYZ | 45.29 | 43.24 | 46.52 | - |
| YUV | 178.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 175 | 0 | 0.16 | 0.12 | 0.22 | 346.45 | 0.22 | 0.72 |
| Hex | C7 | A8 | AF | 0 | 10 | C | 16 | 15A | 16 | 48 |
| Octal | 307 | 250 | 257 | 0 | 20 | 14 | 26 | 532 | 26 | 110 |
| Binary | 11000111 | 10101000 | 10101111 | 0 | 10000 | 1100 | 10110 | 101011010 | 10110 | 1001000 |
Color Harmonies of #C7A8AF
Complementary color
Monochromatic Colors of #C7A8AF
Black with #C7A8AF
Text Example
Text Example
White with #C7A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8AF; }
p { color: rgb(199,168,175); }
H1.HeaderClassName
{
color: #C7A8AF;
}
.AnyTagClassName
{
color: #C7A8AF;
}
</style>
background-color css
<style>
a { background-color: #C7A8AF; }
a { background-color: rgb(199,168,175); }
div.DivClassName
{
background-color: #C7A8AF;
}
.BgClassName
{
background-color: #C7A8AF;
}
</style>
border-color css
<style>
span { border-color: #C7A8AF; }
span { border-color: rgb(199,168,175); }
td.TdClassName
{
border-color: #C7A8AF;
}
.TagClassName
{
border-color: #C7A8AF;
}
</style>