Shades of Charm #C8778B
Tints of Charm #C8778B
RGB
CMYK
RGB Variations
Color information
#C8778B (or 0xC8778B) is known color: Charm. HEX triplet: C8, 77 and 8B. RGB value is (200,119,139). Sum of RGB (Red+Green+Blue) = 200+119+139=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8778B is #378874. Grayscale: #919191. Windows color (decimal): -3639413 or 9140168. OLE color: 9140168.
HSL color Cylindrical-coordinate representation of color #C8778B: hue angle of 345.19º 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 #C8778B is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 139 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.22 |
| HSL | 345.19º | 0.42% | 0.63% | - |
| HSV(B) | 345.19º | 0.41% | 0.78% | - |
| XYZ | 35.08 | 27.34 | 27.85 | - |
| YUV | 145.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 139 | 0 | 0.40 | 0.30 | 0.22 | 345.19 | 0.42 | 0.63 |
| Hex | C8 | 77 | 8B | 0 | 28 | 1E | 16 | 159 | 2A | 3F |
| Octal | 310 | 167 | 213 | 0 | 50 | 36 | 26 | 531 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10001011 | 0 | 101000 | 11110 | 10110 | 101011001 | 101010 | 111111 |
Color Harmonies of #C8778B
Complementary color
Monochromatic Colors of #C8778B
Black with #C8778B
Text Example
Text Example
White with #C8778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8778B; }
p { color: rgb(200,119,139); }
H1.HeaderClassName
{
color: #C8778B;
}
.AnyTagClassName
{
color: #C8778B;
}
</style>
background-color css
<style>
a { background-color: #C8778B; }
a { background-color: rgb(200,119,139); }
div.DivClassName
{
background-color: #C8778B;
}
.BgClassName
{
background-color: #C8778B;
}
</style>
border-color css
<style>
span { border-color: #C8778B; }
span { border-color: rgb(200,119,139); }
td.TdClassName
{
border-color: #C8778B;
}
.TagClassName
{
border-color: #C8778B;
}
</style>