Shades of Charm #C2797E
Tints of Charm #C2797E
RGB
CMYK
RGB Variations
Color information
#C2797E (or 0xC2797E) is known color: Charm. HEX triplet: C2, 79 and 7E. RGB value is (194,121,126). Sum of RGB (Red+Green+Blue) = 194+121+126=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2797E is #3D8681. Grayscale: #8F8F8F. Windows color (decimal): -4032130 or 8288706. OLE color: 8288706.
HSL color Cylindrical-coordinate representation of color #C2797E: hue angle of 355.89º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2797E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 126 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.24 |
| HSL | 355.89º | 0.37% | 0.62% | - |
| HSV(B) | 355.89º | 0.38% | 0.76% | - |
| XYZ | 32.85 | 26.65 | 23.15 | - |
| YUV | 143.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 126 | 0 | 0.38 | 0.35 | 0.24 | 355.89 | 0.37 | 0.62 |
| Hex | C2 | 79 | 7E | 0 | 26 | 23 | 18 | 164 | 25 | 3E |
| Octal | 302 | 171 | 176 | 0 | 46 | 43 | 30 | 544 | 45 | 76 |
| Binary | 11000010 | 1111001 | 1111110 | 0 | 100110 | 100011 | 11000 | 101100100 | 100101 | 111110 |
Color Harmonies of #C2797E
Complementary color
Monochromatic Colors of #C2797E
Black with #C2797E
Text Example
Text Example
White with #C2797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2797E; }
p { color: rgb(194,121,126); }
H1.HeaderClassName
{
color: #C2797E;
}
.AnyTagClassName
{
color: #C2797E;
}
</style>
background-color css
<style>
a { background-color: #C2797E; }
a { background-color: rgb(194,121,126); }
div.DivClassName
{
background-color: #C2797E;
}
.BgClassName
{
background-color: #C2797E;
}
</style>
border-color css
<style>
span { border-color: #C2797E; }
span { border-color: rgb(194,121,126); }
td.TdClassName
{
border-color: #C2797E;
}
.TagClassName
{
border-color: #C2797E;
}
</style>