Shades of Hopbush #C6708D
Tints of Hopbush #C6708D
RGB
CMYK
RGB Variations
Color information
#C6708D (or 0xC6708D) is known color: Hopbush. HEX triplet: C6, 70 and 8D. RGB value is (198,112,141). Sum of RGB (Red+Green+Blue) = 198+112+141=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6708D is #398F72. Grayscale: #8C8C8C. Windows color (decimal): -3772275 or 9269446. OLE color: 9269446.
HSL color Cylindrical-coordinate representation of color #C6708D: hue angle of 339.77º 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 #C6708D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 141 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.22 |
| HSL | 339.77º | 0.43% | 0.61% | - |
| HSV(B) | 339.77º | 0.43% | 0.78% | - |
| XYZ | 33.89 | 25.52 | 28.34 | - |
| YUV | 141.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 141 | 0 | 0.43 | 0.29 | 0.22 | 339.77 | 0.43 | 0.61 |
| Hex | C6 | 70 | 8D | 0 | 2B | 1D | 16 | 154 | 2B | 3D |
| Octal | 306 | 160 | 215 | 0 | 53 | 35 | 26 | 524 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10001101 | 0 | 101011 | 11101 | 10110 | 101010100 | 101011 | 111101 |
Color Harmonies of #C6708D
Complementary color
Monochromatic Colors of #C6708D
Black with #C6708D
Text Example
Text Example
White with #C6708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6708D; }
p { color: rgb(198,112,141); }
H1.HeaderClassName
{
color: #C6708D;
}
.AnyTagClassName
{
color: #C6708D;
}
</style>
background-color css
<style>
a { background-color: #C6708D; }
a { background-color: rgb(198,112,141); }
div.DivClassName
{
background-color: #C6708D;
}
.BgClassName
{
background-color: #C6708D;
}
</style>
border-color css
<style>
span { border-color: #C6708D; }
span { border-color: rgb(198,112,141); }
td.TdClassName
{
border-color: #C6708D;
}
.TagClassName
{
border-color: #C6708D;
}
</style>