Shades of Charm #C0788D
Tints of Charm #C0788D
RGB
CMYK
RGB Variations
Color information
#C0788D (or 0xC0788D) is known color: Charm. HEX triplet: C0, 78 and 8D. RGB value is (192,120,141). Sum of RGB (Red+Green+Blue) = 192+120+141=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0788D is #3F8772. Grayscale: #8F8F8F. Windows color (decimal): -4163443 or 9271488. OLE color: 9271488.
HSL color Cylindrical-coordinate representation of color #C0788D: hue angle of 342.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0788D is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 141 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.25 |
| HSL | 342.5º | 0.36% | 0.61% | - |
| HSV(B) | 342.5º | 0.38% | 0.75% | - |
| XYZ | 33.26 | 26.56 | 28.57 | - |
| YUV | 143.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 141 | 0 | 0.38 | 0.27 | 0.25 | 342.5 | 0.36 | 0.61 |
| Hex | C0 | 78 | 8D | 0 | 26 | 1B | 19 | 156 | 24 | 3D |
| Octal | 300 | 170 | 215 | 0 | 46 | 33 | 31 | 526 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10001101 | 0 | 100110 | 11011 | 11001 | 101010110 | 100100 | 111101 |
Color Harmonies of #C0788D
Complementary color
Monochromatic Colors of #C0788D
Black with #C0788D
Text Example
Text Example
White with #C0788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0788D; }
p { color: rgb(192,120,141); }
H1.HeaderClassName
{
color: #C0788D;
}
.AnyTagClassName
{
color: #C0788D;
}
</style>
background-color css
<style>
a { background-color: #C0788D; }
a { background-color: rgb(192,120,141); }
div.DivClassName
{
background-color: #C0788D;
}
.BgClassName
{
background-color: #C0788D;
}
</style>
border-color css
<style>
span { border-color: #C0788D; }
span { border-color: rgb(192,120,141); }
td.TdClassName
{
border-color: #C0788D;
}
.TagClassName
{
border-color: #C0788D;
}
</style>