Shades of Hopbush #C67298
Tints of Hopbush #C67298
RGB
CMYK
RGB Variations
Color information
#C67298 (or 0xC67298) is known color: Hopbush. HEX triplet: C6, 72 and 98. RGB value is (198,114,152). Sum of RGB (Red+Green+Blue) = 198+114+152=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C67298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67298 is #398D67. Grayscale: #8F8F8F. Windows color (decimal): -3771752 or 9990854. OLE color: 9990854.
HSL color Cylindrical-coordinate representation of color #C67298: hue angle of 332.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67298 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 152 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.22 |
| HSL | 332.86º | 0.42% | 0.61% | - |
| HSV(B) | 332.86º | 0.42% | 0.78% | - |
| XYZ | 34.97 | 26.31 | 32.94 | - |
| YUV | 143.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 152 | 0 | 0.42 | 0.23 | 0.22 | 332.86 | 0.42 | 0.61 |
| Hex | C6 | 72 | 98 | 0 | 2A | 17 | 16 | 14D | 2A | 3D |
| Octal | 306 | 162 | 230 | 0 | 52 | 27 | 26 | 515 | 52 | 75 |
| Binary | 11000110 | 1110010 | 10011000 | 0 | 101010 | 10111 | 10110 | 101001101 | 101010 | 111101 |
Color Harmonies of #C67298
Complementary color
Monochromatic Colors of #C67298
Black with #C67298
Text Example
Text Example
White with #C67298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67298; }
p { color: rgb(198,114,152); }
H1.HeaderClassName
{
color: #C67298;
}
.AnyTagClassName
{
color: #C67298;
}
</style>
background-color css
<style>
a { background-color: #C67298; }
a { background-color: rgb(198,114,152); }
div.DivClassName
{
background-color: #C67298;
}
.BgClassName
{
background-color: #C67298;
}
</style>
border-color css
<style>
span { border-color: #C67298; }
span { border-color: rgb(198,114,152); }
td.TdClassName
{
border-color: #C67298;
}
.TagClassName
{
border-color: #C67298;
}
</style>