Shades of Charm #C6787B
Tints of Charm #C6787B
RGB
CMYK
RGB Variations
Color information
#C6787B (or 0xC6787B) is known color: Charm. HEX triplet: C6, 78 and 7B. RGB value is (198,120,123). Sum of RGB (Red+Green+Blue) = 198+120+123=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6787B is #398784. Grayscale: #8F8F8F. Windows color (decimal): -3770245 or 8091846. OLE color: 8091846.
HSL color Cylindrical-coordinate representation of color #C6787B: hue angle of 357.69º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6787B is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 123 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.22 |
| HSL | 357.69º | 0.41% | 0.62% | - |
| HSV(B) | 357.69º | 0.39% | 0.78% | - |
| XYZ | 33.58 | 26.87 | 22.16 | - |
| YUV | 143.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 123 | 0 | 0.39 | 0.38 | 0.22 | 357.69 | 0.41 | 0.62 |
| Hex | C6 | 78 | 7B | 0 | 27 | 26 | 16 | 166 | 29 | 3E |
| Octal | 306 | 170 | 173 | 0 | 47 | 46 | 26 | 546 | 51 | 76 |
| Binary | 11000110 | 1111000 | 1111011 | 0 | 100111 | 100110 | 10110 | 101100110 | 101001 | 111110 |
Color Harmonies of #C6787B
Complementary color
Monochromatic Colors of #C6787B
Black with #C6787B
Text Example
Text Example
White with #C6787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6787B; }
p { color: rgb(198,120,123); }
H1.HeaderClassName
{
color: #C6787B;
}
.AnyTagClassName
{
color: #C6787B;
}
</style>
background-color css
<style>
a { background-color: #C6787B; }
a { background-color: rgb(198,120,123); }
div.DivClassName
{
background-color: #C6787B;
}
.BgClassName
{
background-color: #C6787B;
}
</style>
border-color css
<style>
span { border-color: #C6787B; }
span { border-color: rgb(198,120,123); }
td.TdClassName
{
border-color: #C6787B;
}
.TagClassName
{
border-color: #C6787B;
}
</style>