Shades of Hopbush #C97598
Tints of Hopbush #C97598
RGB
CMYK
RGB Variations
Color information
#C97598 (or 0xC97598) is known color: Hopbush. HEX triplet: C9, 75 and 98. RGB value is (201,117,152). Sum of RGB (Red+Green+Blue) = 201+117+152=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C97598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97598 is #368A67. Grayscale: #929292. Windows color (decimal): -3574376 or 9991625. OLE color: 9991625.
HSL color Cylindrical-coordinate representation of color #C97598: hue angle of 335º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97598 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 152 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.21 |
| HSL | 335º | 0.44% | 0.62% | - |
| HSV(B) | 335º | 0.42% | 0.79% | - |
| XYZ | 36.12 | 27.41 | 33.09 | - |
| YUV | 146.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 152 | 0 | 0.42 | 0.24 | 0.21 | 335 | 0.44 | 0.62 |
| Hex | C9 | 75 | 98 | 0 | 2A | 18 | 15 | 14F | 2C | 3E |
| Octal | 311 | 165 | 230 | 0 | 52 | 30 | 25 | 517 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10011000 | 0 | 101010 | 11000 | 10101 | 101001111 | 101100 | 111110 |
Color Harmonies of #C97598
Complementary color
Monochromatic Colors of #C97598
Black with #C97598
Text Example
Text Example
White with #C97598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97598; }
p { color: rgb(201,117,152); }
H1.HeaderClassName
{
color: #C97598;
}
.AnyTagClassName
{
color: #C97598;
}
</style>
background-color css
<style>
a { background-color: #C97598; }
a { background-color: rgb(201,117,152); }
div.DivClassName
{
background-color: #C97598;
}
.BgClassName
{
background-color: #C97598;
}
</style>
border-color css
<style>
span { border-color: #C97598; }
span { border-color: rgb(201,117,152); }
td.TdClassName
{
border-color: #C97598;
}
.TagClassName
{
border-color: #C97598;
}
</style>