Shades of Charm #C8788A
Tints of Charm #C8788A
RGB
CMYK
RGB Variations
Color information
#C8788A (or 0xC8788A) is known color: Charm. HEX triplet: C8, 78 and 8A. RGB value is (200,120,138). Sum of RGB (Red+Green+Blue) = 200+120+138=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8788A is #378775. Grayscale: #919191. Windows color (decimal): -3639158 or 9074888. OLE color: 9074888.
HSL color Cylindrical-coordinate representation of color #C8788A: hue angle of 346.5º 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 #C8788A is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 138 | - |
| CMYK | 0 | 0.4 | 0.31 | 0.22 |
| HSL | 346.5º | 0.42% | 0.63% | - |
| HSV(B) | 346.5º | 0.4% | 0.78% | - |
| XYZ | 35.12 | 27.55 | 27.51 | - |
| YUV | 145.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 138 | 0 | 0.4 | 0.31 | 0.22 | 346.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | 8A | 0 | 28 | 1F | 16 | 15A | 2A | 3F |
| Octal | 310 | 170 | 212 | 0 | 50 | 37 | 26 | 532 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10001010 | 0 | 101000 | 11111 | 10110 | 101011010 | 101010 | 111111 |
Color Harmonies of #C8788A
Complementary color
Monochromatic Colors of #C8788A
Black with #C8788A
Text Example
Text Example
White with #C8788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8788A; }
p { color: rgb(200,120,138); }
H1.HeaderClassName
{
color: #C8788A;
}
.AnyTagClassName
{
color: #C8788A;
}
</style>
background-color css
<style>
a { background-color: #C8788A; }
a { background-color: rgb(200,120,138); }
div.DivClassName
{
background-color: #C8788A;
}
.BgClassName
{
background-color: #C8788A;
}
</style>
border-color css
<style>
span { border-color: #C8788A; }
span { border-color: rgb(200,120,138); }
td.TdClassName
{
border-color: #C8788A;
}
.TagClassName
{
border-color: #C8788A;
}
</style>