Shades of Charm #C6747F
Tints of Charm #C6747F
RGB
CMYK
RGB Variations
Color information
#C6747F (or 0xC6747F) is known color: Charm. HEX triplet: C6, 74 and 7F. RGB value is (198,116,127). Sum of RGB (Red+Green+Blue) = 198+116+127=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6747F is #398B80. Grayscale: #8D8D8D. Windows color (decimal): -3771265 or 8352966. OLE color: 8352966.
HSL color Cylindrical-coordinate representation of color #C6747F: hue angle of 351.95º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6747F is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 127 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.22 |
| HSL | 351.95º | 0.42% | 0.62% | - |
| HSV(B) | 351.95º | 0.41% | 0.78% | - |
| XYZ | 33.36 | 26.03 | 23.34 | - |
| YUV | 141.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 127 | 0 | 0.41 | 0.36 | 0.22 | 351.95 | 0.42 | 0.62 |
| Hex | C6 | 74 | 7F | 0 | 29 | 24 | 16 | 160 | 2A | 3E |
| Octal | 306 | 164 | 177 | 0 | 51 | 44 | 26 | 540 | 52 | 76 |
| Binary | 11000110 | 1110100 | 1111111 | 0 | 101001 | 100100 | 10110 | 101100000 | 101010 | 111110 |
Color Harmonies of #C6747F
Complementary color
Monochromatic Colors of #C6747F
Black with #C6747F
Text Example
Text Example
White with #C6747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6747F; }
p { color: rgb(198,116,127); }
H1.HeaderClassName
{
color: #C6747F;
}
.AnyTagClassName
{
color: #C6747F;
}
</style>
background-color css
<style>
a { background-color: #C6747F; }
a { background-color: rgb(198,116,127); }
div.DivClassName
{
background-color: #C6747F;
}
.BgClassName
{
background-color: #C6747F;
}
</style>
border-color css
<style>
span { border-color: #C6747F; }
span { border-color: rgb(198,116,127); }
td.TdClassName
{
border-color: #C6747F;
}
.TagClassName
{
border-color: #C6747F;
}
</style>