Shades of Careys Pink #C7A5AF
Tints of Careys Pink #C7A5AF
RGB
CMYK
RGB Variations
Color information
#C7A5AF (or 0xC7A5AF) is known color: Careys Pink. HEX triplet: C7, A5 and AF. RGB value is (199,165,175). Sum of RGB (Red+Green+Blue) = 199+165+175=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A5AF is #385A50. Grayscale: #B0B0B0. Windows color (decimal): -3693137 or 11511239. OLE color: 11511239.
HSL color Cylindrical-coordinate representation of color #C7A5AF: hue angle of 342.35º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A5AF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 175 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.22 |
| HSL | 342.35º | 0.23% | 0.71% | - |
| HSV(B) | 342.35º | 0.17% | 0.78% | - |
| XYZ | 44.75 | 42.15 | 46.33 | - |
| YUV | 176.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 175 | 0 | 0.17 | 0.12 | 0.22 | 342.35 | 0.23 | 0.71 |
| Hex | C7 | A5 | AF | 0 | 11 | C | 16 | 156 | 17 | 47 |
| Octal | 307 | 245 | 257 | 0 | 21 | 14 | 26 | 526 | 27 | 107 |
| Binary | 11000111 | 10100101 | 10101111 | 0 | 10001 | 1100 | 10110 | 101010110 | 10111 | 1000111 |
Color Harmonies of #C7A5AF
Complementary color
Monochromatic Colors of #C7A5AF
Black with #C7A5AF
Text Example
Text Example
White with #C7A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5AF; }
p { color: rgb(199,165,175); }
H1.HeaderClassName
{
color: #C7A5AF;
}
.AnyTagClassName
{
color: #C7A5AF;
}
</style>
background-color css
<style>
a { background-color: #C7A5AF; }
a { background-color: rgb(199,165,175); }
div.DivClassName
{
background-color: #C7A5AF;
}
.BgClassName
{
background-color: #C7A5AF;
}
</style>
border-color css
<style>
span { border-color: #C7A5AF; }
span { border-color: rgb(199,165,175); }
td.TdClassName
{
border-color: #C7A5AF;
}
.TagClassName
{
border-color: #C7A5AF;
}
</style>