Shades of Charm #C6787D
Tints of Charm #C6787D
RGB
CMYK
RGB Variations
Color information
#C6787D (or 0xC6787D) is known color: Charm. HEX triplet: C6, 78 and 7D. RGB value is (198,120,125). Sum of RGB (Red+Green+Blue) = 198+120+125=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6787D is #398782. Grayscale: #8F8F8F. Windows color (decimal): -3770243 or 8222918. OLE color: 8222918.
HSL color Cylindrical-coordinate representation of color #C6787D: hue angle of 356.15º 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 #C6787D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 125 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.22 |
| HSL | 356.15º | 0.41% | 0.62% | - |
| HSV(B) | 356.15º | 0.39% | 0.78% | - |
| XYZ | 33.71 | 26.92 | 22.82 | - |
| YUV | 143.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 125 | 0 | 0.39 | 0.37 | 0.22 | 356.15 | 0.41 | 0.62 |
| Hex | C6 | 78 | 7D | 0 | 27 | 25 | 16 | 164 | 29 | 3E |
| Octal | 306 | 170 | 175 | 0 | 47 | 45 | 26 | 544 | 51 | 76 |
| Binary | 11000110 | 1111000 | 1111101 | 0 | 100111 | 100101 | 10110 | 101100100 | 101001 | 111110 |
Color Harmonies of #C6787D
Complementary color
Monochromatic Colors of #C6787D
Black with #C6787D
Text Example
Text Example
White with #C6787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6787D; }
p { color: rgb(198,120,125); }
H1.HeaderClassName
{
color: #C6787D;
}
.AnyTagClassName
{
color: #C6787D;
}
</style>
background-color css
<style>
a { background-color: #C6787D; }
a { background-color: rgb(198,120,125); }
div.DivClassName
{
background-color: #C6787D;
}
.BgClassName
{
background-color: #C6787D;
}
</style>
border-color css
<style>
span { border-color: #C6787D; }
span { border-color: rgb(198,120,125); }
td.TdClassName
{
border-color: #C6787D;
}
.TagClassName
{
border-color: #C6787D;
}
</style>