Shades of Hopbush #C67198
Tints of Hopbush #C67198
RGB
CMYK
RGB Variations
Color information
#C67198 (or 0xC67198) is known color: Hopbush. HEX triplet: C6, 71 and 98. RGB value is (198,113,152). Sum of RGB (Red+Green+Blue) = 198+113+152=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C67198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67198 is #398E67. Grayscale: #8E8E8E. Windows color (decimal): -3772008 or 9990598. OLE color: 9990598.
HSL color Cylindrical-coordinate representation of color #C67198: hue angle of 332.47º 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 #C67198 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 152 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.22 |
| HSL | 332.47º | 0.43% | 0.61% | - |
| HSV(B) | 332.47º | 0.43% | 0.78% | - |
| XYZ | 34.86 | 26.08 | 32.9 | - |
| YUV | 142.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 152 | 0 | 0.43 | 0.23 | 0.22 | 332.47 | 0.43 | 0.61 |
| Hex | C6 | 71 | 98 | 0 | 2B | 17 | 16 | 14C | 2B | 3D |
| Octal | 306 | 161 | 230 | 0 | 53 | 27 | 26 | 514 | 53 | 75 |
| Binary | 11000110 | 1110001 | 10011000 | 0 | 101011 | 10111 | 10110 | 101001100 | 101011 | 111101 |
Color Harmonies of #C67198
Complementary color
Monochromatic Colors of #C67198
Black with #C67198
Text Example
Text Example
White with #C67198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67198; }
p { color: rgb(198,113,152); }
H1.HeaderClassName
{
color: #C67198;
}
.AnyTagClassName
{
color: #C67198;
}
</style>
background-color css
<style>
a { background-color: #C67198; }
a { background-color: rgb(198,113,152); }
div.DivClassName
{
background-color: #C67198;
}
.BgClassName
{
background-color: #C67198;
}
</style>
border-color css
<style>
span { border-color: #C67198; }
span { border-color: rgb(198,113,152); }
td.TdClassName
{
border-color: #C67198;
}
.TagClassName
{
border-color: #C67198;
}
</style>