Shades of Charm #C6687A
Tints of Charm #C6687A
RGB
CMYK
RGB Variations
Color information
#C6687A (or 0xC6687A) is known color: Charm. HEX triplet: C6, 68 and 7A. RGB value is (198,104,122). Sum of RGB (Red+Green+Blue) = 198+104+122=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6687A is #399785. Grayscale: #868686. Windows color (decimal): -3774342 or 8022214. OLE color: 8022214.
HSL color Cylindrical-coordinate representation of color #C6687A: hue angle of 348.51º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6687A is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 122 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.22 |
| HSL | 348.51º | 0.45% | 0.59% | - |
| HSV(B) | 348.51º | 0.47% | 0.78% | - |
| XYZ | 31.75 | 23.31 | 21.24 | - |
| YUV | 134.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 122 | 0 | 0.47 | 0.38 | 0.22 | 348.51 | 0.45 | 0.59 |
| Hex | C6 | 68 | 7A | 0 | 2F | 26 | 16 | 15D | 2D | 3B |
| Octal | 306 | 150 | 172 | 0 | 57 | 46 | 26 | 535 | 55 | 73 |
| Binary | 11000110 | 1101000 | 1111010 | 0 | 101111 | 100110 | 10110 | 101011101 | 101101 | 111011 |
Color Harmonies of #C6687A
Complementary color
Monochromatic Colors of #C6687A
Black with #C6687A
Text Example
Text Example
White with #C6687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6687A; }
p { color: rgb(198,104,122); }
H1.HeaderClassName
{
color: #C6687A;
}
.AnyTagClassName
{
color: #C6687A;
}
</style>
background-color css
<style>
a { background-color: #C6687A; }
a { background-color: rgb(198,104,122); }
div.DivClassName
{
background-color: #C6687A;
}
.BgClassName
{
background-color: #C6687A;
}
</style>
border-color css
<style>
span { border-color: #C6687A; }
span { border-color: rgb(198,104,122); }
td.TdClassName
{
border-color: #C6687A;
}
.TagClassName
{
border-color: #C6687A;
}
</style>