Shades of Hopbush #C5608B
Tints of Hopbush #C5608B
RGB
CMYK
RGB Variations
Color information
#C5608B (or 0xC5608B) is known color: Hopbush. HEX triplet: C5, 60 and 8B. RGB value is (197,96,139). Sum of RGB (Red+Green+Blue) = 197+96+139=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5608B is #3A9F74. Grayscale: #838383. Windows color (decimal): -3841909 or 9134277. OLE color: 9134277.
HSL color Cylindrical-coordinate representation of color #C5608B: hue angle of 334.46º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5608B is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 139 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.23 |
| HSL | 334.46º | 0.47% | 0.57% | - |
| HSV(B) | 334.46º | 0.51% | 0.77% | - |
| XYZ | 31.87 | 22.1 | 27.01 | - |
| YUV | 131.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 139 | 0 | 0.51 | 0.29 | 0.23 | 334.46 | 0.47 | 0.57 |
| Hex | C5 | 60 | 8B | 0 | 33 | 1D | 17 | 14E | 2F | 39 |
| Octal | 305 | 140 | 213 | 0 | 63 | 35 | 27 | 516 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10001011 | 0 | 110011 | 11101 | 10111 | 101001110 | 101111 | 111001 |
Color Harmonies of #C5608B
Complementary color
Monochromatic Colors of #C5608B
Black with #C5608B
Text Example
Text Example
White with #C5608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5608B; }
p { color: rgb(197,96,139); }
H1.HeaderClassName
{
color: #C5608B;
}
.AnyTagClassName
{
color: #C5608B;
}
</style>
background-color css
<style>
a { background-color: #C5608B; }
a { background-color: rgb(197,96,139); }
div.DivClassName
{
background-color: #C5608B;
}
.BgClassName
{
background-color: #C5608B;
}
</style>
border-color css
<style>
span { border-color: #C5608B; }
span { border-color: rgb(197,96,139); }
td.TdClassName
{
border-color: #C5608B;
}
.TagClassName
{
border-color: #C5608B;
}
</style>