Shades of Charm #C6687B
Tints of Charm #C6687B
RGB
CMYK
RGB Variations
Color information
#C6687B (or 0xC6687B) is known color: Charm. HEX triplet: C6, 68 and 7B. RGB value is (198,104,123). Sum of RGB (Red+Green+Blue) = 198+104+123=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6687B is #399784. Grayscale: #868686. Windows color (decimal): -3774341 or 8087750. OLE color: 8087750.
HSL color Cylindrical-coordinate representation of color #C6687B: hue angle of 347.87º 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 #C6687B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 123 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.22 |
| HSL | 347.87º | 0.45% | 0.59% | - |
| HSV(B) | 347.87º | 0.47% | 0.78% | - |
| XYZ | 31.81 | 23.34 | 21.57 | - |
| YUV | 134.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 123 | 0 | 0.47 | 0.38 | 0.22 | 347.87 | 0.45 | 0.59 |
| Hex | C6 | 68 | 7B | 0 | 2F | 26 | 16 | 15C | 2D | 3B |
| Octal | 306 | 150 | 173 | 0 | 57 | 46 | 26 | 534 | 55 | 73 |
| Binary | 11000110 | 1101000 | 1111011 | 0 | 101111 | 100110 | 10110 | 101011100 | 101101 | 111011 |
Color Harmonies of #C6687B
Complementary color
Monochromatic Colors of #C6687B
Black with #C6687B
Text Example
Text Example
White with #C6687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6687B; }
p { color: rgb(198,104,123); }
H1.HeaderClassName
{
color: #C6687B;
}
.AnyTagClassName
{
color: #C6687B;
}
</style>
background-color css
<style>
a { background-color: #C6687B; }
a { background-color: rgb(198,104,123); }
div.DivClassName
{
background-color: #C6687B;
}
.BgClassName
{
background-color: #C6687B;
}
</style>
border-color css
<style>
span { border-color: #C6687B; }
span { border-color: rgb(198,104,123); }
td.TdClassName
{
border-color: #C6687B;
}
.TagClassName
{
border-color: #C6687B;
}
</style>