Shades of Charm #C8788B
Tints of Charm #C8788B
RGB
CMYK
RGB Variations
Color information
#C8788B (or 0xC8788B) is known color: Charm. HEX triplet: C8, 78 and 8B. RGB value is (200,120,139). Sum of RGB (Red+Green+Blue) = 200+120+139=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8788B is #378774. Grayscale: #929292. Windows color (decimal): -3639157 or 9140424. OLE color: 9140424.
HSL color Cylindrical-coordinate representation of color #C8788B: hue angle of 345.75º 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 #C8788B is Cyan = 0, Magento = 0.4, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 139 | - |
| CMYK | 0 | 0.4 | 0.30 | 0.22 |
| HSL | 345.75º | 0.42% | 0.63% | - |
| HSV(B) | 345.75º | 0.4% | 0.78% | - |
| XYZ | 35.2 | 27.58 | 27.89 | - |
| YUV | 146.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 139 | 0 | 0.4 | 0.30 | 0.22 | 345.75 | 0.42 | 0.63 |
| Hex | C8 | 78 | 8B | 0 | 28 | 1E | 16 | 15A | 2A | 3F |
| Octal | 310 | 170 | 213 | 0 | 50 | 36 | 26 | 532 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10001011 | 0 | 101000 | 11110 | 10110 | 101011010 | 101010 | 111111 |
Color Harmonies of #C8788B
Complementary color
Monochromatic Colors of #C8788B
Black with #C8788B
Text Example
Text Example
White with #C8788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8788B; }
p { color: rgb(200,120,139); }
H1.HeaderClassName
{
color: #C8788B;
}
.AnyTagClassName
{
color: #C8788B;
}
</style>
background-color css
<style>
a { background-color: #C8788B; }
a { background-color: rgb(200,120,139); }
div.DivClassName
{
background-color: #C8788B;
}
.BgClassName
{
background-color: #C8788B;
}
</style>
border-color css
<style>
span { border-color: #C8788B; }
span { border-color: rgb(200,120,139); }
td.TdClassName
{
border-color: #C8788B;
}
.TagClassName
{
border-color: #C8788B;
}
</style>