Shades of Hopbush #C6719F
Tints of Hopbush #C6719F
RGB
CMYK
RGB Variations
Color information
#C6719F (or 0xC6719F) is known color: Hopbush. HEX triplet: C6, 71 and 9F. RGB value is (198,113,159). Sum of RGB (Red+Green+Blue) = 198+113+159=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6719F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6719F is #398E60. Grayscale: #8F8F8F. Windows color (decimal): -3772001 or 10449350. OLE color: 10449350.
HSL color Cylindrical-coordinate representation of color #C6719F: hue angle of 327.53º 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 #C6719F is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 159 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.22 |
| HSL | 327.53º | 0.43% | 0.61% | - |
| HSV(B) | 327.53º | 0.43% | 0.78% | - |
| XYZ | 35.45 | 26.32 | 36.01 | - |
| YUV | 143.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 159 | 0 | 0.43 | 0.20 | 0.22 | 327.53 | 0.43 | 0.61 |
| Hex | C6 | 71 | 9F | 0 | 2B | 14 | 16 | 148 | 2B | 3D |
| Octal | 306 | 161 | 237 | 0 | 53 | 24 | 26 | 510 | 53 | 75 |
| Binary | 11000110 | 1110001 | 10011111 | 0 | 101011 | 10100 | 10110 | 101001000 | 101011 | 111101 |
Color Harmonies of #C6719F
Complementary color
Monochromatic Colors of #C6719F
Black with #C6719F
Text Example
Text Example
White with #C6719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6719F; }
p { color: rgb(198,113,159); }
H1.HeaderClassName
{
color: #C6719F;
}
.AnyTagClassName
{
color: #C6719F;
}
</style>
background-color css
<style>
a { background-color: #C6719F; }
a { background-color: rgb(198,113,159); }
div.DivClassName
{
background-color: #C6719F;
}
.BgClassName
{
background-color: #C6719F;
}
</style>
border-color css
<style>
span { border-color: #C6719F; }
span { border-color: rgb(198,113,159); }
td.TdClassName
{
border-color: #C6719F;
}
.TagClassName
{
border-color: #C6719F;
}
</style>