Shades of Careys Pink #C79BA1
Tints of Careys Pink #C79BA1
RGB
CMYK
RGB Variations
Color information
#C79BA1 (or 0xC79BA1) is known color: Careys Pink. HEX triplet: C7, 9B and A1. RGB value is (199,155,161). Sum of RGB (Red+Green+Blue) = 199+155+161=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C79BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79BA1 is #38645E. Grayscale: #A8A8A8. Windows color (decimal): -3695711 or 10591175. OLE color: 10591175.
HSL color Cylindrical-coordinate representation of color #C79BA1: hue angle of 351.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C79BA1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 155 | 161 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.22 |
| HSL | 351.82º | 0.28% | 0.69% | - |
| HSV(B) | 351.82º | 0.22% | 0.78% | - |
| XYZ | 41.71 | 38.16 | 38.89 | - |
| YUV | 168.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 161 | 0 | 0.22 | 0.19 | 0.22 | 351.82 | 0.28 | 0.69 |
| Hex | C7 | 9B | A1 | 0 | 16 | 13 | 16 | 160 | 1C | 45 |
| Octal | 307 | 233 | 241 | 0 | 26 | 23 | 26 | 540 | 34 | 105 |
| Binary | 11000111 | 10011011 | 10100001 | 0 | 10110 | 10011 | 10110 | 101100000 | 11100 | 1000101 |
Color Harmonies of #C79BA1
Complementary color
Monochromatic Colors of #C79BA1
Black with #C79BA1
Text Example
Text Example
White with #C79BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BA1; }
p { color: rgb(199,155,161); }
H1.HeaderClassName
{
color: #C79BA1;
}
.AnyTagClassName
{
color: #C79BA1;
}
</style>
background-color css
<style>
a { background-color: #C79BA1; }
a { background-color: rgb(199,155,161); }
div.DivClassName
{
background-color: #C79BA1;
}
.BgClassName
{
background-color: #C79BA1;
}
</style>
border-color css
<style>
span { border-color: #C79BA1; }
span { border-color: rgb(199,155,161); }
td.TdClassName
{
border-color: #C79BA1;
}
.TagClassName
{
border-color: #C79BA1;
}
</style>