Shades of Hopbush #C5659B
Tints of Hopbush #C5659B
RGB
CMYK
RGB Variations
Color information
#C5659B (or 0xC5659B) is known color: Hopbush. HEX triplet: C5, 65 and 9B. RGB value is (197,101,155). Sum of RGB (Red+Green+Blue) = 197+101+155=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5659B is #3A9A64. Grayscale: #878787. Windows color (decimal): -3840613 or 10184133. OLE color: 10184133.
HSL color Cylindrical-coordinate representation of color #C5659B: hue angle of 326.25º 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 #C5659B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 155 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.23 |
| HSL | 326.25º | 0.45% | 0.58% | - |
| HSV(B) | 326.25º | 0.49% | 0.77% | - |
| XYZ | 33.6 | 23.54 | 33.78 | - |
| YUV | 135.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 155 | 0 | 0.49 | 0.21 | 0.23 | 326.25 | 0.45 | 0.58 |
| Hex | C5 | 65 | 9B | 0 | 31 | 15 | 17 | 146 | 2D | 3A |
| Octal | 305 | 145 | 233 | 0 | 61 | 25 | 27 | 506 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10011011 | 0 | 110001 | 10101 | 10111 | 101000110 | 101101 | 111010 |
Color Harmonies of #C5659B
Complementary color
Monochromatic Colors of #C5659B
Black with #C5659B
Text Example
Text Example
White with #C5659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5659B; }
p { color: rgb(197,101,155); }
H1.HeaderClassName
{
color: #C5659B;
}
.AnyTagClassName
{
color: #C5659B;
}
</style>
background-color css
<style>
a { background-color: #C5659B; }
a { background-color: rgb(197,101,155); }
div.DivClassName
{
background-color: #C5659B;
}
.BgClassName
{
background-color: #C5659B;
}
</style>
border-color css
<style>
span { border-color: #C5659B; }
span { border-color: rgb(197,101,155); }
td.TdClassName
{
border-color: #C5659B;
}
.TagClassName
{
border-color: #C5659B;
}
</style>