Shades of Charm #C8778A
Tints of Charm #C8778A
RGB
CMYK
RGB Variations
Color information
#C8778A (or 0xC8778A) is known color: Charm. HEX triplet: C8, 77 and 8A. RGB value is (200,119,138). Sum of RGB (Red+Green+Blue) = 200+119+138=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8778A is #378875. Grayscale: #919191. Windows color (decimal): -3639414 or 9074632. OLE color: 9074632.
HSL color Cylindrical-coordinate representation of color #C8778A: hue angle of 345.93º 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 #C8778A is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 138 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.22 |
| HSL | 345.93º | 0.42% | 0.63% | - |
| HSV(B) | 345.93º | 0.41% | 0.78% | - |
| XYZ | 35 | 27.31 | 27.47 | - |
| YUV | 145.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 138 | 0 | 0.40 | 0.31 | 0.22 | 345.93 | 0.42 | 0.63 |
| Hex | C8 | 77 | 8A | 0 | 28 | 1F | 16 | 15A | 2A | 3F |
| Octal | 310 | 167 | 212 | 0 | 50 | 37 | 26 | 532 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10001010 | 0 | 101000 | 11111 | 10110 | 101011010 | 101010 | 111111 |
Color Harmonies of #C8778A
Complementary color
Monochromatic Colors of #C8778A
Black with #C8778A
Text Example
Text Example
White with #C8778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8778A; }
p { color: rgb(200,119,138); }
H1.HeaderClassName
{
color: #C8778A;
}
.AnyTagClassName
{
color: #C8778A;
}
</style>
background-color css
<style>
a { background-color: #C8778A; }
a { background-color: rgb(200,119,138); }
div.DivClassName
{
background-color: #C8778A;
}
.BgClassName
{
background-color: #C8778A;
}
</style>
border-color css
<style>
span { border-color: #C8778A; }
span { border-color: rgb(200,119,138); }
td.TdClassName
{
border-color: #C8778A;
}
.TagClassName
{
border-color: #C8778A;
}
</style>