Shades of Charm #C2777A
Tints of Charm #C2777A
RGB
CMYK
RGB Variations
Color information
#C2777A (or 0xC2777A) is known color: Charm. HEX triplet: C2, 77 and 7A. RGB value is (194,119,122). Sum of RGB (Red+Green+Blue) = 194+119+122=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777A is #3D8885. Grayscale: #8D8D8D. Windows color (decimal): -4032646 or 8026050. OLE color: 8026050.
HSL color Cylindrical-coordinate representation of color #C2777A: hue angle of 357.6º 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 #C2777A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 122 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.24 |
| HSL | 357.6º | 0.38% | 0.61% | - |
| HSV(B) | 357.6º | 0.39% | 0.76% | - |
| XYZ | 32.36 | 26.07 | 21.74 | - |
| YUV | 141.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 122 | 0 | 0.39 | 0.37 | 0.24 | 357.6 | 0.38 | 0.61 |
| Hex | C2 | 77 | 7A | 0 | 27 | 25 | 18 | 166 | 26 | 3D |
| Octal | 302 | 167 | 172 | 0 | 47 | 45 | 30 | 546 | 46 | 75 |
| Binary | 11000010 | 1110111 | 1111010 | 0 | 100111 | 100101 | 11000 | 101100110 | 100110 | 111101 |
Color Harmonies of #C2777A
Complementary color
Monochromatic Colors of #C2777A
Black with #C2777A
Text Example
Text Example
White with #C2777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2777A; }
p { color: rgb(194,119,122); }
H1.HeaderClassName
{
color: #C2777A;
}
.AnyTagClassName
{
color: #C2777A;
}
</style>
background-color css
<style>
a { background-color: #C2777A; }
a { background-color: rgb(194,119,122); }
div.DivClassName
{
background-color: #C2777A;
}
.BgClassName
{
background-color: #C2777A;
}
</style>
border-color css
<style>
span { border-color: #C2777A; }
span { border-color: rgb(194,119,122); }
td.TdClassName
{
border-color: #C2777A;
}
.TagClassName
{
border-color: #C2777A;
}
</style>