Shades of Careys Pink #C7A5AB
Tints of Careys Pink #C7A5AB
RGB
CMYK
RGB Variations
Color information
#C7A5AB (or 0xC7A5AB) is known color: Careys Pink. HEX triplet: C7, A5 and AB. RGB value is (199,165,171). Sum of RGB (Red+Green+Blue) = 199+165+171=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A5AB is #385A54. Grayscale: #AFAFAF. Windows color (decimal): -3693141 or 11249095. OLE color: 11249095.
HSL color Cylindrical-coordinate representation of color #C7A5AB: hue angle of 349.41º 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 #C7A5AB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 171 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.22 |
| HSL | 349.41º | 0.23% | 0.71% | - |
| HSV(B) | 349.41º | 0.17% | 0.78% | - |
| XYZ | 44.36 | 41.99 | 44.3 | - |
| YUV | 175.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 171 | 0 | 0.17 | 0.14 | 0.22 | 349.41 | 0.23 | 0.71 |
| Hex | C7 | A5 | AB | 0 | 11 | E | 16 | 15D | 17 | 47 |
| Octal | 307 | 245 | 253 | 0 | 21 | 16 | 26 | 535 | 27 | 107 |
| Binary | 11000111 | 10100101 | 10101011 | 0 | 10001 | 1110 | 10110 | 101011101 | 10111 | 1000111 |
Color Harmonies of #C7A5AB
Complementary color
Monochromatic Colors of #C7A5AB
Black with #C7A5AB
Text Example
Text Example
White with #C7A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5AB; }
p { color: rgb(199,165,171); }
H1.HeaderClassName
{
color: #C7A5AB;
}
.AnyTagClassName
{
color: #C7A5AB;
}
</style>
background-color css
<style>
a { background-color: #C7A5AB; }
a { background-color: rgb(199,165,171); }
div.DivClassName
{
background-color: #C7A5AB;
}
.BgClassName
{
background-color: #C7A5AB;
}
</style>
border-color css
<style>
span { border-color: #C7A5AB; }
span { border-color: rgb(199,165,171); }
td.TdClassName
{
border-color: #C7A5AB;
}
.TagClassName
{
border-color: #C7A5AB;
}
</style>