Shades of Charm #C2777E
Tints of Charm #C2777E
RGB
CMYK
RGB Variations
Color information
#C2777E (or 0xC2777E) is known color: Charm. HEX triplet: C2, 77 and 7E. RGB value is (194,119,126). Sum of RGB (Red+Green+Blue) = 194+119+126=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777E is #3D8881. Grayscale: #8E8E8E. Windows color (decimal): -4032642 or 8288194. OLE color: 8288194.
HSL color Cylindrical-coordinate representation of color #C2777E: hue angle of 354.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2777E is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 126 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.24 |
| HSL | 354.4º | 0.38% | 0.61% | - |
| HSV(B) | 354.4º | 0.39% | 0.76% | - |
| XYZ | 32.61 | 26.17 | 23.07 | - |
| YUV | 142.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 126 | 0 | 0.39 | 0.35 | 0.24 | 354.4 | 0.38 | 0.61 |
| Hex | C2 | 77 | 7E | 0 | 27 | 23 | 18 | 162 | 26 | 3D |
| Octal | 302 | 167 | 176 | 0 | 47 | 43 | 30 | 542 | 46 | 75 |
| Binary | 11000010 | 1110111 | 1111110 | 0 | 100111 | 100011 | 11000 | 101100010 | 100110 | 111101 |
Color Harmonies of #C2777E
Complementary color
Monochromatic Colors of #C2777E
Black with #C2777E
Text Example
Text Example
White with #C2777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2777E; }
p { color: rgb(194,119,126); }
H1.HeaderClassName
{
color: #C2777E;
}
.AnyTagClassName
{
color: #C2777E;
}
</style>
background-color css
<style>
a { background-color: #C2777E; }
a { background-color: rgb(194,119,126); }
div.DivClassName
{
background-color: #C2777E;
}
.BgClassName
{
background-color: #C2777E;
}
</style>
border-color css
<style>
span { border-color: #C2777E; }
span { border-color: rgb(194,119,126); }
td.TdClassName
{
border-color: #C2777E;
}
.TagClassName
{
border-color: #C2777E;
}
</style>