Shades of Charm #C2778C
Tints of Charm #C2778C
RGB
CMYK
RGB Variations
Color information
#C2778C (or 0xC2778C) is known color: Charm. HEX triplet: C2, 77 and 8C. RGB value is (194,119,140). Sum of RGB (Red+Green+Blue) = 194+119+140=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2778C is #3D8873. Grayscale: #8F8F8F. Windows color (decimal): -4032628 or 9205698. OLE color: 9205698.
HSL color Cylindrical-coordinate representation of color #C2778C: hue angle of 343.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 #C2778C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 140 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.24 |
| HSL | 343.2º | 0.38% | 0.61% | - |
| HSV(B) | 343.2º | 0.39% | 0.76% | - |
| XYZ | 33.58 | 26.56 | 28.17 | - |
| YUV | 143.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 140 | 0 | 0.39 | 0.28 | 0.24 | 343.2 | 0.38 | 0.61 |
| Hex | C2 | 77 | 8C | 0 | 27 | 1C | 18 | 157 | 26 | 3D |
| Octal | 302 | 167 | 214 | 0 | 47 | 34 | 30 | 527 | 46 | 75 |
| Binary | 11000010 | 1110111 | 10001100 | 0 | 100111 | 11100 | 11000 | 101010111 | 100110 | 111101 |
Color Harmonies of #C2778C
Complementary color
Monochromatic Colors of #C2778C
Black with #C2778C
Text Example
Text Example
White with #C2778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2778C; }
p { color: rgb(194,119,140); }
H1.HeaderClassName
{
color: #C2778C;
}
.AnyTagClassName
{
color: #C2778C;
}
</style>
background-color css
<style>
a { background-color: #C2778C; }
a { background-color: rgb(194,119,140); }
div.DivClassName
{
background-color: #C2778C;
}
.BgClassName
{
background-color: #C2778C;
}
</style>
border-color css
<style>
span { border-color: #C2778C; }
span { border-color: rgb(194,119,140); }
td.TdClassName
{
border-color: #C2778C;
}
.TagClassName
{
border-color: #C2778C;
}
</style>