Shades of Hopbush #C6709B
Tints of Hopbush #C6709B
RGB
CMYK
RGB Variations
Color information
#C6709B (or 0xC6709B) is known color: Hopbush. HEX triplet: C6, 70 and 9B. RGB value is (198,112,155). Sum of RGB (Red+Green+Blue) = 198+112+155=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6709B is #398F64. Grayscale: #8E8E8E. Windows color (decimal): -3772261 or 10186950. OLE color: 10186950.
HSL color Cylindrical-coordinate representation of color #C6709B: hue angle of 330º 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 #C6709B is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 155 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.22 |
| HSL | 330º | 0.43% | 0.61% | - |
| HSV(B) | 330º | 0.43% | 0.78% | - |
| XYZ | 35 | 25.96 | 34.18 | - |
| YUV | 142.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 155 | 0 | 0.43 | 0.22 | 0.22 | 330 | 0.43 | 0.61 |
| Hex | C6 | 70 | 9B | 0 | 2B | 16 | 16 | 14A | 2B | 3D |
| Octal | 306 | 160 | 233 | 0 | 53 | 26 | 26 | 512 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10011011 | 0 | 101011 | 10110 | 10110 | 101001010 | 101011 | 111101 |
Color Harmonies of #C6709B
Complementary color
Monochromatic Colors of #C6709B
Black with #C6709B
Text Example
Text Example
White with #C6709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6709B; }
p { color: rgb(198,112,155); }
H1.HeaderClassName
{
color: #C6709B;
}
.AnyTagClassName
{
color: #C6709B;
}
</style>
background-color css
<style>
a { background-color: #C6709B; }
a { background-color: rgb(198,112,155); }
div.DivClassName
{
background-color: #C6709B;
}
.BgClassName
{
background-color: #C6709B;
}
</style>
border-color css
<style>
span { border-color: #C6709B; }
span { border-color: rgb(198,112,155); }
td.TdClassName
{
border-color: #C6709B;
}
.TagClassName
{
border-color: #C6709B;
}
</style>