Shades of Charm #C6707D
Tints of Charm #C6707D
RGB
CMYK
RGB Variations
Color information
#C6707D (or 0xC6707D) is known color: Charm. HEX triplet: C6, 70 and 7D. RGB value is (198,112,125). Sum of RGB (Red+Green+Blue) = 198+112+125=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6707D is #398F82. Grayscale: #8B8B8B. Windows color (decimal): -3772291 or 8220870. OLE color: 8220870.
HSL color Cylindrical-coordinate representation of color #C6707D: hue angle of 350.93º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6707D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 125 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.22 |
| HSL | 350.93º | 0.43% | 0.61% | - |
| HSV(B) | 350.93º | 0.43% | 0.78% | - |
| XYZ | 32.78 | 25.07 | 22.51 | - |
| YUV | 139.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 125 | 0 | 0.43 | 0.37 | 0.22 | 350.93 | 0.43 | 0.61 |
| Hex | C6 | 70 | 7D | 0 | 2B | 25 | 16 | 15F | 2B | 3D |
| Octal | 306 | 160 | 175 | 0 | 53 | 45 | 26 | 537 | 53 | 75 |
| Binary | 11000110 | 1110000 | 1111101 | 0 | 101011 | 100101 | 10110 | 101011111 | 101011 | 111101 |
Color Harmonies of #C6707D
Complementary color
Monochromatic Colors of #C6707D
Black with #C6707D
Text Example
Text Example
White with #C6707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6707D; }
p { color: rgb(198,112,125); }
H1.HeaderClassName
{
color: #C6707D;
}
.AnyTagClassName
{
color: #C6707D;
}
</style>
background-color css
<style>
a { background-color: #C6707D; }
a { background-color: rgb(198,112,125); }
div.DivClassName
{
background-color: #C6707D;
}
.BgClassName
{
background-color: #C6707D;
}
</style>
border-color css
<style>
span { border-color: #C6707D; }
span { border-color: rgb(198,112,125); }
td.TdClassName
{
border-color: #C6707D;
}
.TagClassName
{
border-color: #C6707D;
}
</style>