Shades of Charm #C8778F
Tints of Charm #C8778F
RGB
CMYK
RGB Variations
Color information
#C8778F (or 0xC8778F) is known color: Charm. HEX triplet: C8, 77 and 8F. RGB value is (200,119,143). Sum of RGB (Red+Green+Blue) = 200+119+143=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8778F is #378870. Grayscale: #919191. Windows color (decimal): -3639409 or 9402312. OLE color: 9402312.
HSL color Cylindrical-coordinate representation of color #C8778F: hue angle of 342.22º 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 #C8778F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 143 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.22 |
| HSL | 342.22º | 0.42% | 0.63% | - |
| HSV(B) | 342.22º | 0.41% | 0.78% | - |
| XYZ | 35.37 | 27.46 | 29.42 | - |
| YUV | 145.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 143 | 0 | 0.40 | 0.28 | 0.22 | 342.22 | 0.42 | 0.63 |
| Hex | C8 | 77 | 8F | 0 | 28 | 1C | 16 | 156 | 2A | 3F |
| Octal | 310 | 167 | 217 | 0 | 50 | 34 | 26 | 526 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10001111 | 0 | 101000 | 11100 | 10110 | 101010110 | 101010 | 111111 |
Color Harmonies of #C8778F
Complementary color
Monochromatic Colors of #C8778F
Black with #C8778F
Text Example
Text Example
White with #C8778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8778F; }
p { color: rgb(200,119,143); }
H1.HeaderClassName
{
color: #C8778F;
}
.AnyTagClassName
{
color: #C8778F;
}
</style>
background-color css
<style>
a { background-color: #C8778F; }
a { background-color: rgb(200,119,143); }
div.DivClassName
{
background-color: #C8778F;
}
.BgClassName
{
background-color: #C8778F;
}
</style>
border-color css
<style>
span { border-color: #C8778F; }
span { border-color: rgb(200,119,143); }
td.TdClassName
{
border-color: #C8778F;
}
.TagClassName
{
border-color: #C8778F;
}
</style>