Shades of Charm #C8778C
Tints of Charm #C8778C
RGB
CMYK
RGB Variations
Color information
#C8778C (or 0xC8778C) is known color: Charm. HEX triplet: C8, 77 and 8C. RGB value is (200,119,140). Sum of RGB (Red+Green+Blue) = 200+119+140=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8778C is #378873. Grayscale: #919191. Windows color (decimal): -3639412 or 9205704. OLE color: 9205704.
HSL color Cylindrical-coordinate representation of color #C8778C: hue angle of 344.44º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8778C is Cyan = 0, Magento = 0.40, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 140 | - |
| CMYK | 0 | 0.40 | 0.3 | 0.22 |
| HSL | 344.44º | 0.42% | 0.63% | - |
| HSV(B) | 344.44º | 0.41% | 0.78% | - |
| XYZ | 35.15 | 27.37 | 28.24 | - |
| YUV | 145.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 140 | 0 | 0.40 | 0.3 | 0.22 | 344.44 | 0.42 | 0.63 |
| Hex | C8 | 77 | 8C | 0 | 28 | 1E | 16 | 158 | 2A | 3F |
| Octal | 310 | 167 | 214 | 0 | 50 | 36 | 26 | 530 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10001100 | 0 | 101000 | 11110 | 10110 | 101011000 | 101010 | 111111 |
Color Harmonies of #C8778C
Complementary color
Monochromatic Colors of #C8778C
Black with #C8778C
Text Example
Text Example
White with #C8778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8778C; }
p { color: rgb(200,119,140); }
H1.HeaderClassName
{
color: #C8778C;
}
.AnyTagClassName
{
color: #C8778C;
}
</style>
background-color css
<style>
a { background-color: #C8778C; }
a { background-color: rgb(200,119,140); }
div.DivClassName
{
background-color: #C8778C;
}
.BgClassName
{
background-color: #C8778C;
}
</style>
border-color css
<style>
span { border-color: #C8778C; }
span { border-color: rgb(200,119,140); }
td.TdClassName
{
border-color: #C8778C;
}
.TagClassName
{
border-color: #C8778C;
}
</style>