Shades of Careys Pink #C7A3A5
Tints of Careys Pink #C7A3A5
RGB
CMYK
RGB Variations
Color information
#C7A3A5 (or 0xC7A3A5) is known color: Careys Pink. HEX triplet: C7, A3 and A5. RGB value is (199,163,165). Sum of RGB (Red+Green+Blue) = 199+163+165=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A3A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A3A5 is #385C5A. Grayscale: #AEAEAE. Windows color (decimal): -3693659 or 10855367. OLE color: 10855367.
HSL color Cylindrical-coordinate representation of color #C7A3A5: hue angle of 356.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7A3A5 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 165 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.22 |
| HSL | 356.67º | 0.24% | 0.71% | - |
| HSV(B) | 356.67º | 0.18% | 0.78% | - |
| XYZ | 43.44 | 41.05 | 41.23 | - |
| YUV | 173.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 165 | 0 | 0.18 | 0.17 | 0.22 | 356.67 | 0.24 | 0.71 |
| Hex | C7 | A3 | A5 | 0 | 12 | 11 | 16 | 165 | 18 | 47 |
| Octal | 307 | 243 | 245 | 0 | 22 | 21 | 26 | 545 | 30 | 107 |
| Binary | 11000111 | 10100011 | 10100101 | 0 | 10010 | 10001 | 10110 | 101100101 | 11000 | 1000111 |
Color Harmonies of #C7A3A5
Complementary color
Monochromatic Colors of #C7A3A5
Black with #C7A3A5
Text Example
Text Example
White with #C7A3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A3A5; }
p { color: rgb(199,163,165); }
H1.HeaderClassName
{
color: #C7A3A5;
}
.AnyTagClassName
{
color: #C7A3A5;
}
</style>
background-color css
<style>
a { background-color: #C7A3A5; }
a { background-color: rgb(199,163,165); }
div.DivClassName
{
background-color: #C7A3A5;
}
.BgClassName
{
background-color: #C7A3A5;
}
</style>
border-color css
<style>
span { border-color: #C7A3A5; }
span { border-color: rgb(199,163,165); }
td.TdClassName
{
border-color: #C7A3A5;
}
.TagClassName
{
border-color: #C7A3A5;
}
</style>