Shades of Charm #C6697C
Tints of Charm #C6697C
RGB
CMYK
RGB Variations
Color information
#C6697C (or 0xC6697C) is known color: Charm. HEX triplet: C6, 69 and 7C. RGB value is (198,105,124). Sum of RGB (Red+Green+Blue) = 198+105+124=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6697C is #399683. Grayscale: #868686. Windows color (decimal): -3774084 or 8153542. OLE color: 8153542.
HSL color Cylindrical-coordinate representation of color #C6697C: hue angle of 347.74º 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 #C6697C is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 124 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.22 |
| HSL | 347.74º | 0.45% | 0.59% | - |
| HSV(B) | 347.74º | 0.47% | 0.78% | - |
| XYZ | 31.98 | 23.56 | 21.93 | - |
| YUV | 134.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 124 | 0 | 0.47 | 0.37 | 0.22 | 347.74 | 0.45 | 0.59 |
| Hex | C6 | 69 | 7C | 0 | 2F | 25 | 16 | 15C | 2D | 3B |
| Octal | 306 | 151 | 174 | 0 | 57 | 45 | 26 | 534 | 55 | 73 |
| Binary | 11000110 | 1101001 | 1111100 | 0 | 101111 | 100101 | 10110 | 101011100 | 101101 | 111011 |
Color Harmonies of #C6697C
Complementary color
Monochromatic Colors of #C6697C
Black with #C6697C
Text Example
Text Example
White with #C6697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6697C; }
p { color: rgb(198,105,124); }
H1.HeaderClassName
{
color: #C6697C;
}
.AnyTagClassName
{
color: #C6697C;
}
</style>
background-color css
<style>
a { background-color: #C6697C; }
a { background-color: rgb(198,105,124); }
div.DivClassName
{
background-color: #C6697C;
}
.BgClassName
{
background-color: #C6697C;
}
</style>
border-color css
<style>
span { border-color: #C6697C; }
span { border-color: rgb(198,105,124); }
td.TdClassName
{
border-color: #C6697C;
}
.TagClassName
{
border-color: #C6697C;
}
</style>