Shades of Hopbush #C67598
Tints of Hopbush #C67598
RGB
CMYK
RGB Variations
Color information
#C67598 (or 0xC67598) is known color: Hopbush. HEX triplet: C6, 75 and 98. RGB value is (198,117,152). Sum of RGB (Red+Green+Blue) = 198+117+152=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C67598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67598 is #398A67. Grayscale: #919191. Windows color (decimal): -3770984 or 9991622. OLE color: 9991622.
HSL color Cylindrical-coordinate representation of color #C67598: hue angle of 334.07º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67598 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 152 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.22 |
| HSL | 334.07º | 0.42% | 0.62% | - |
| HSV(B) | 334.07º | 0.41% | 0.78% | - |
| XYZ | 35.32 | 27 | 33.05 | - |
| YUV | 145.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 152 | 0 | 0.41 | 0.23 | 0.22 | 334.07 | 0.42 | 0.62 |
| Hex | C6 | 75 | 98 | 0 | 29 | 17 | 16 | 14E | 2A | 3E |
| Octal | 306 | 165 | 230 | 0 | 51 | 27 | 26 | 516 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10011000 | 0 | 101001 | 10111 | 10110 | 101001110 | 101010 | 111110 |
Color Harmonies of #C67598
Complementary color
Monochromatic Colors of #C67598
Black with #C67598
Text Example
Text Example
White with #C67598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67598; }
p { color: rgb(198,117,152); }
H1.HeaderClassName
{
color: #C67598;
}
.AnyTagClassName
{
color: #C67598;
}
</style>
background-color css
<style>
a { background-color: #C67598; }
a { background-color: rgb(198,117,152); }
div.DivClassName
{
background-color: #C67598;
}
.BgClassName
{
background-color: #C67598;
}
</style>
border-color css
<style>
span { border-color: #C67598; }
span { border-color: rgb(198,117,152); }
td.TdClassName
{
border-color: #C67598;
}
.TagClassName
{
border-color: #C67598;
}
</style>