Shades of Charm #C6787E
Tints of Charm #C6787E
RGB
CMYK
RGB Variations
Color information
#C6787E (or 0xC6787E) is known color: Charm. HEX triplet: C6, 78 and 7E. RGB value is (198,120,126). Sum of RGB (Red+Green+Blue) = 198+120+126=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C6787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6787E is #398781. Grayscale: #909090. Windows color (decimal): -3770242 or 8288454. OLE color: 8288454.
HSL color Cylindrical-coordinate representation of color #C6787E: hue angle of 355.38º 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 #C6787E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 126 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.22 |
| HSL | 355.38º | 0.41% | 0.62% | - |
| HSV(B) | 355.38º | 0.39% | 0.78% | - |
| XYZ | 33.77 | 26.95 | 23.16 | - |
| YUV | 144.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 126 | 0 | 0.39 | 0.36 | 0.22 | 355.38 | 0.41 | 0.62 |
| Hex | C6 | 78 | 7E | 0 | 27 | 24 | 16 | 163 | 29 | 3E |
| Octal | 306 | 170 | 176 | 0 | 47 | 44 | 26 | 543 | 51 | 76 |
| Binary | 11000110 | 1111000 | 1111110 | 0 | 100111 | 100100 | 10110 | 101100011 | 101001 | 111110 |
Color Harmonies of #C6787E
Complementary color
Monochromatic Colors of #C6787E
Black with #C6787E
Text Example
Text Example
White with #C6787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6787E; }
p { color: rgb(198,120,126); }
H1.HeaderClassName
{
color: #C6787E;
}
.AnyTagClassName
{
color: #C6787E;
}
</style>
background-color css
<style>
a { background-color: #C6787E; }
a { background-color: rgb(198,120,126); }
div.DivClassName
{
background-color: #C6787E;
}
.BgClassName
{
background-color: #C6787E;
}
</style>
border-color css
<style>
span { border-color: #C6787E; }
span { border-color: rgb(198,120,126); }
td.TdClassName
{
border-color: #C6787E;
}
.TagClassName
{
border-color: #C6787E;
}
</style>