Shades of Charm #C2777C
Tints of Charm #C2777C
RGB
CMYK
RGB Variations
Color information
#C2777C (or 0xC2777C) is known color: Charm. HEX triplet: C2, 77 and 7C. RGB value is (194,119,124). Sum of RGB (Red+Green+Blue) = 194+119+124=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777C is #3D8883. Grayscale: #8E8E8E. Windows color (decimal): -4032644 or 8157122. OLE color: 8157122.
HSL color Cylindrical-coordinate representation of color #C2777C: hue angle of 356º 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 #C2777C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 124 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.24 |
| HSL | 356º | 0.38% | 0.61% | - |
| HSV(B) | 356º | 0.39% | 0.76% | - |
| XYZ | 32.48 | 26.12 | 22.4 | - |
| YUV | 142 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 124 | 0 | 0.39 | 0.36 | 0.24 | 356 | 0.38 | 0.61 |
| Hex | C2 | 77 | 7C | 0 | 27 | 24 | 18 | 164 | 26 | 3D |
| Octal | 302 | 167 | 174 | 0 | 47 | 44 | 30 | 544 | 46 | 75 |
| Binary | 11000010 | 1110111 | 1111100 | 0 | 100111 | 100100 | 11000 | 101100100 | 100110 | 111101 |
Color Harmonies of #C2777C
Complementary color
Monochromatic Colors of #C2777C
Black with #C2777C
Text Example
Text Example
White with #C2777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2777C; }
p { color: rgb(194,119,124); }
H1.HeaderClassName
{
color: #C2777C;
}
.AnyTagClassName
{
color: #C2777C;
}
</style>
background-color css
<style>
a { background-color: #C2777C; }
a { background-color: rgb(194,119,124); }
div.DivClassName
{
background-color: #C2777C;
}
.BgClassName
{
background-color: #C2777C;
}
</style>
border-color css
<style>
span { border-color: #C2777C; }
span { border-color: rgb(194,119,124); }
td.TdClassName
{
border-color: #C2777C;
}
.TagClassName
{
border-color: #C2777C;
}
</style>