Shades of Hopbush #C97098
Tints of Hopbush #C97098
RGB
CMYK
RGB Variations
Color information
#C97098 (or 0xC97098) is known color: Hopbush. HEX triplet: C9, 70 and 98. RGB value is (201,112,152). Sum of RGB (Red+Green+Blue) = 201+112+152=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C97098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97098 is #368F67. Grayscale: #8F8F8F. Windows color (decimal): -3575656 or 9990345. OLE color: 9990345.
HSL color Cylindrical-coordinate representation of color #C97098: hue angle of 333.03º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97098 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 152 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.21 |
| HSL | 333.03º | 0.45% | 0.61% | - |
| HSV(B) | 333.03º | 0.44% | 0.79% | - |
| XYZ | 35.55 | 26.27 | 32.9 | - |
| YUV | 143.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 152 | 0 | 0.44 | 0.24 | 0.21 | 333.03 | 0.45 | 0.61 |
| Hex | C9 | 70 | 98 | 0 | 2C | 18 | 15 | 14D | 2D | 3D |
| Octal | 311 | 160 | 230 | 0 | 54 | 30 | 25 | 515 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10011000 | 0 | 101100 | 11000 | 10101 | 101001101 | 101101 | 111101 |
Color Harmonies of #C97098
Complementary color
Monochromatic Colors of #C97098
Black with #C97098
Text Example
Text Example
White with #C97098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97098; }
p { color: rgb(201,112,152); }
H1.HeaderClassName
{
color: #C97098;
}
.AnyTagClassName
{
color: #C97098;
}
</style>
background-color css
<style>
a { background-color: #C97098; }
a { background-color: rgb(201,112,152); }
div.DivClassName
{
background-color: #C97098;
}
.BgClassName
{
background-color: #C97098;
}
</style>
border-color css
<style>
span { border-color: #C97098; }
span { border-color: rgb(201,112,152); }
td.TdClassName
{
border-color: #C97098;
}
.TagClassName
{
border-color: #C97098;
}
</style>