Shades of Careys Pink #C79294
Tints of Careys Pink #C79294
RGB
CMYK
RGB Variations
Color information
#C79294 (or 0xC79294) is known color: Careys Pink. HEX triplet: C7, 92 and 94. RGB value is (199,146,148). Sum of RGB (Red+Green+Blue) = 199+146+148=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C79294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79294 is #386D6B. Grayscale: #A2A2A2. Windows color (decimal): -3698028 or 9736903. OLE color: 9736903.
HSL color Cylindrical-coordinate representation of color #C79294: hue angle of 357.74º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79294 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 148 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.22 |
| HSL | 357.74º | 0.32% | 0.68% | - |
| HSV(B) | 357.74º | 0.27% | 0.78% | - |
| XYZ | 39.18 | 34.84 | 32.68 | - |
| YUV | 162.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 148 | 0 | 0.27 | 0.26 | 0.22 | 357.74 | 0.32 | 0.68 |
| Hex | C7 | 92 | 94 | 0 | 1B | 1A | 16 | 166 | 20 | 44 |
| Octal | 307 | 222 | 224 | 0 | 33 | 32 | 26 | 546 | 40 | 104 |
| Binary | 11000111 | 10010010 | 10010100 | 0 | 11011 | 11010 | 10110 | 101100110 | 100000 | 1000100 |
Color Harmonies of #C79294
Complementary color
Monochromatic Colors of #C79294
Black with #C79294
Text Example
Text Example
White with #C79294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79294; }
p { color: rgb(199,146,148); }
H1.HeaderClassName
{
color: #C79294;
}
.AnyTagClassName
{
color: #C79294;
}
</style>
background-color css
<style>
a { background-color: #C79294; }
a { background-color: rgb(199,146,148); }
div.DivClassName
{
background-color: #C79294;
}
.BgClassName
{
background-color: #C79294;
}
</style>
border-color css
<style>
span { border-color: #C79294; }
span { border-color: rgb(199,146,148); }
td.TdClassName
{
border-color: #C79294;
}
.TagClassName
{
border-color: #C79294;
}
</style>