Shades of Charm #C2777F
Tints of Charm #C2777F
RGB
CMYK
RGB Variations
Color information
#C2777F (or 0xC2777F) is known color: Charm. HEX triplet: C2, 77 and 7F. RGB value is (194,119,127). Sum of RGB (Red+Green+Blue) = 194+119+127=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777F is #3D8880. Grayscale: #8E8E8E. Windows color (decimal): -4032641 or 8353730. OLE color: 8353730.
HSL color Cylindrical-coordinate representation of color #C2777F: hue angle of 353.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 #C2777F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 127 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.24 |
| HSL | 353.6º | 0.38% | 0.61% | - |
| HSV(B) | 353.6º | 0.39% | 0.76% | - |
| XYZ | 32.68 | 26.2 | 23.41 | - |
| YUV | 142.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 127 | 0 | 0.39 | 0.35 | 0.24 | 353.6 | 0.38 | 0.61 |
| Hex | C2 | 77 | 7F | 0 | 27 | 23 | 18 | 162 | 26 | 3D |
| Octal | 302 | 167 | 177 | 0 | 47 | 43 | 30 | 542 | 46 | 75 |
| Binary | 11000010 | 1110111 | 1111111 | 0 | 100111 | 100011 | 11000 | 101100010 | 100110 | 111101 |
Color Harmonies of #C2777F
Complementary color
Monochromatic Colors of #C2777F
Black with #C2777F
Text Example
Text Example
White with #C2777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2777F; }
p { color: rgb(194,119,127); }
H1.HeaderClassName
{
color: #C2777F;
}
.AnyTagClassName
{
color: #C2777F;
}
</style>
background-color css
<style>
a { background-color: #C2777F; }
a { background-color: rgb(194,119,127); }
div.DivClassName
{
background-color: #C2777F;
}
.BgClassName
{
background-color: #C2777F;
}
</style>
border-color css
<style>
span { border-color: #C2777F; }
span { border-color: rgb(194,119,127); }
td.TdClassName
{
border-color: #C2777F;
}
.TagClassName
{
border-color: #C2777F;
}
</style>