Shades of Charm #C6737E
Tints of Charm #C6737E
RGB
CMYK
RGB Variations
Color information
#C6737E (or 0xC6737E) is known color: Charm. HEX triplet: C6, 73 and 7E. RGB value is (198,115,126). Sum of RGB (Red+Green+Blue) = 198+115+126=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6737E is #398C81. Grayscale: #8D8D8D. Windows color (decimal): -3771522 or 8287174. OLE color: 8287174.
HSL color Cylindrical-coordinate representation of color #C6737E: hue angle of 352.05º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6737E is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 126 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.22 |
| HSL | 352.05º | 0.42% | 0.61% | - |
| HSV(B) | 352.05º | 0.42% | 0.78% | - |
| XYZ | 33.19 | 25.77 | 22.96 | - |
| YUV | 141.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 126 | 0 | 0.42 | 0.36 | 0.22 | 352.05 | 0.42 | 0.61 |
| Hex | C6 | 73 | 7E | 0 | 2A | 24 | 16 | 160 | 2A | 3D |
| Octal | 306 | 163 | 176 | 0 | 52 | 44 | 26 | 540 | 52 | 75 |
| Binary | 11000110 | 1110011 | 1111110 | 0 | 101010 | 100100 | 10110 | 101100000 | 101010 | 111101 |
Color Harmonies of #C6737E
Complementary color
Monochromatic Colors of #C6737E
Black with #C6737E
Text Example
Text Example
White with #C6737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6737E; }
p { color: rgb(198,115,126); }
H1.HeaderClassName
{
color: #C6737E;
}
.AnyTagClassName
{
color: #C6737E;
}
</style>
background-color css
<style>
a { background-color: #C6737E; }
a { background-color: rgb(198,115,126); }
div.DivClassName
{
background-color: #C6737E;
}
.BgClassName
{
background-color: #C6737E;
}
</style>
border-color css
<style>
span { border-color: #C6737E; }
span { border-color: rgb(198,115,126); }
td.TdClassName
{
border-color: #C6737E;
}
.TagClassName
{
border-color: #C6737E;
}
</style>