Shades of Charm #C2777D
Tints of Charm #C2777D
RGB
CMYK
RGB Variations
Color information
#C2777D (or 0xC2777D) is known color: Charm. HEX triplet: C2, 77 and 7D. RGB value is (194,119,125). Sum of RGB (Red+Green+Blue) = 194+119+125=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777D is #3D8882. Grayscale: #8E8E8E. Windows color (decimal): -4032643 or 8222658. OLE color: 8222658.
HSL color Cylindrical-coordinate representation of color #C2777D: hue angle of 355.2º 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 #C2777D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 125 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.24 |
| HSL | 355.2º | 0.38% | 0.61% | - |
| HSV(B) | 355.2º | 0.39% | 0.76% | - |
| XYZ | 32.55 | 26.14 | 22.73 | - |
| YUV | 142.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 125 | 0 | 0.39 | 0.36 | 0.24 | 355.2 | 0.38 | 0.61 |
| Hex | C2 | 77 | 7D | 0 | 27 | 24 | 18 | 163 | 26 | 3D |
| Octal | 302 | 167 | 175 | 0 | 47 | 44 | 30 | 543 | 46 | 75 |
| Binary | 11000010 | 1110111 | 1111101 | 0 | 100111 | 100100 | 11000 | 101100011 | 100110 | 111101 |
Color Harmonies of #C2777D
Complementary color
Monochromatic Colors of #C2777D
Black with #C2777D
Text Example
Text Example
White with #C2777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2777D; }
p { color: rgb(194,119,125); }
H1.HeaderClassName
{
color: #C2777D;
}
.AnyTagClassName
{
color: #C2777D;
}
</style>
background-color css
<style>
a { background-color: #C2777D; }
a { background-color: rgb(194,119,125); }
div.DivClassName
{
background-color: #C2777D;
}
.BgClassName
{
background-color: #C2777D;
}
</style>
border-color css
<style>
span { border-color: #C2777D; }
span { border-color: rgb(194,119,125); }
td.TdClassName
{
border-color: #C2777D;
}
.TagClassName
{
border-color: #C2777D;
}
</style>