Shades of Hopbush #C97198
Tints of Hopbush #C97198
RGB
CMYK
RGB Variations
Color information
#C97198 (or 0xC97198) is known color: Hopbush. HEX triplet: C9, 71 and 98. RGB value is (201,113,152). Sum of RGB (Red+Green+Blue) = 201+113+152=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C97198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97198 is #368E67. Grayscale: #8F8F8F. Windows color (decimal): -3575400 or 9990601. OLE color: 9990601.
HSL color Cylindrical-coordinate representation of color #C97198: hue angle of 333.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97198 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 152 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.21 |
| HSL | 333.41º | 0.45% | 0.62% | - |
| HSV(B) | 333.41º | 0.44% | 0.79% | - |
| XYZ | 35.66 | 26.49 | 32.94 | - |
| YUV | 143.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 152 | 0 | 0.44 | 0.24 | 0.21 | 333.41 | 0.45 | 0.62 |
| Hex | C9 | 71 | 98 | 0 | 2C | 18 | 15 | 14D | 2D | 3E |
| Octal | 311 | 161 | 230 | 0 | 54 | 30 | 25 | 515 | 55 | 76 |
| Binary | 11001001 | 1110001 | 10011000 | 0 | 101100 | 11000 | 10101 | 101001101 | 101101 | 111110 |
Color Harmonies of #C97198
Complementary color
Monochromatic Colors of #C97198
Black with #C97198
Text Example
Text Example
White with #C97198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97198; }
p { color: rgb(201,113,152); }
H1.HeaderClassName
{
color: #C97198;
}
.AnyTagClassName
{
color: #C97198;
}
</style>
background-color css
<style>
a { background-color: #C97198; }
a { background-color: rgb(201,113,152); }
div.DivClassName
{
background-color: #C97198;
}
.BgClassName
{
background-color: #C97198;
}
</style>
border-color css
<style>
span { border-color: #C97198; }
span { border-color: rgb(201,113,152); }
td.TdClassName
{
border-color: #C97198;
}
.TagClassName
{
border-color: #C97198;
}
</style>