Shades of Hopbush #C5659F
Tints of Hopbush #C5659F
RGB
CMYK
RGB Variations
Color information
#C5659F (or 0xC5659F) is known color: Hopbush. HEX triplet: C5, 65 and 9F. RGB value is (197,101,159). Sum of RGB (Red+Green+Blue) = 197+101+159=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5659F is #3A9A60. Grayscale: #888888. Windows color (decimal): -3840609 or 10446277. OLE color: 10446277.
HSL color Cylindrical-coordinate representation of color #C5659F: hue angle of 323.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5659F is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 159 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.23 |
| HSL | 323.75º | 0.45% | 0.58% | - |
| HSV(B) | 323.75º | 0.49% | 0.77% | - |
| XYZ | 33.94 | 23.68 | 35.58 | - |
| YUV | 136.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 159 | 0 | 0.49 | 0.19 | 0.23 | 323.75 | 0.45 | 0.58 |
| Hex | C5 | 65 | 9F | 0 | 31 | 13 | 17 | 144 | 2D | 3A |
| Octal | 305 | 145 | 237 | 0 | 61 | 23 | 27 | 504 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10011111 | 0 | 110001 | 10011 | 10111 | 101000100 | 101101 | 111010 |
Color Harmonies of #C5659F
Complementary color
Monochromatic Colors of #C5659F
Black with #C5659F
Text Example
Text Example
White with #C5659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5659F; }
p { color: rgb(197,101,159); }
H1.HeaderClassName
{
color: #C5659F;
}
.AnyTagClassName
{
color: #C5659F;
}
</style>
background-color css
<style>
a { background-color: #C5659F; }
a { background-color: rgb(197,101,159); }
div.DivClassName
{
background-color: #C5659F;
}
.BgClassName
{
background-color: #C5659F;
}
</style>
border-color css
<style>
span { border-color: #C5659F; }
span { border-color: rgb(197,101,159); }
td.TdClassName
{
border-color: #C5659F;
}
.TagClassName
{
border-color: #C5659F;
}
</style>