Shades of Careys Pink #C79CA0
Tints of Careys Pink #C79CA0
RGB
CMYK
RGB Variations
Color information
#C79CA0 (or 0xC79CA0) is known color: Careys Pink. HEX triplet: C7, 9C and A0. RGB value is (199,156,160). Sum of RGB (Red+Green+Blue) = 199+156+160=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C79CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79CA0 is #38635F. Grayscale: #A9A9A9. Windows color (decimal): -3695456 or 10525895. OLE color: 10525895.
HSL color Cylindrical-coordinate representation of color #C79CA0: hue angle of 354.42º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C79CA0 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 160 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.22 |
| HSL | 354.42º | 0.28% | 0.7% | - |
| HSV(B) | 354.42º | 0.22% | 0.78% | - |
| XYZ | 41.79 | 38.46 | 38.48 | - |
| YUV | 169.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 160 | 0 | 0.22 | 0.20 | 0.22 | 354.42 | 0.28 | 0.7 |
| Hex | C7 | 9C | A0 | 0 | 16 | 14 | 16 | 162 | 1C | 46 |
| Octal | 307 | 234 | 240 | 0 | 26 | 24 | 26 | 542 | 34 | 106 |
| Binary | 11000111 | 10011100 | 10100000 | 0 | 10110 | 10100 | 10110 | 101100010 | 11100 | 1000110 |
Color Harmonies of #C79CA0
Complementary color
Monochromatic Colors of #C79CA0
Black with #C79CA0
Text Example
Text Example
White with #C79CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79CA0; }
p { color: rgb(199,156,160); }
H1.HeaderClassName
{
color: #C79CA0;
}
.AnyTagClassName
{
color: #C79CA0;
}
</style>
background-color css
<style>
a { background-color: #C79CA0; }
a { background-color: rgb(199,156,160); }
div.DivClassName
{
background-color: #C79CA0;
}
.BgClassName
{
background-color: #C79CA0;
}
</style>
border-color css
<style>
span { border-color: #C79CA0; }
span { border-color: rgb(199,156,160); }
td.TdClassName
{
border-color: #C79CA0;
}
.TagClassName
{
border-color: #C79CA0;
}
</style>