Shades of Hopbush #C6709F
Tints of Hopbush #C6709F
RGB
CMYK
RGB Variations
Color information
#C6709F (or 0xC6709F) is known color: Hopbush. HEX triplet: C6, 70 and 9F. RGB value is (198,112,159). Sum of RGB (Red+Green+Blue) = 198+112+159=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6709F is #398F60. Grayscale: #8E8E8E. Windows color (decimal): -3772257 or 10449094. OLE color: 10449094.
HSL color Cylindrical-coordinate representation of color #C6709F: hue angle of 327.21º 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 #C6709F is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 159 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.22 |
| HSL | 327.21º | 0.43% | 0.61% | - |
| HSV(B) | 327.21º | 0.43% | 0.78% | - |
| XYZ | 35.34 | 26.1 | 35.98 | - |
| YUV | 143.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 159 | 0 | 0.43 | 0.20 | 0.22 | 327.21 | 0.43 | 0.61 |
| Hex | C6 | 70 | 9F | 0 | 2B | 14 | 16 | 147 | 2B | 3D |
| Octal | 306 | 160 | 237 | 0 | 53 | 24 | 26 | 507 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10011111 | 0 | 101011 | 10100 | 10110 | 101000111 | 101011 | 111101 |
Color Harmonies of #C6709F
Complementary color
Monochromatic Colors of #C6709F
Black with #C6709F
Text Example
Text Example
White with #C6709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6709F; }
p { color: rgb(198,112,159); }
H1.HeaderClassName
{
color: #C6709F;
}
.AnyTagClassName
{
color: #C6709F;
}
</style>
background-color css
<style>
a { background-color: #C6709F; }
a { background-color: rgb(198,112,159); }
div.DivClassName
{
background-color: #C6709F;
}
.BgClassName
{
background-color: #C6709F;
}
</style>
border-color css
<style>
span { border-color: #C6709F; }
span { border-color: rgb(198,112,159); }
td.TdClassName
{
border-color: #C6709F;
}
.TagClassName
{
border-color: #C6709F;
}
</style>