Shades of Hopbush #C5608F
Tints of Hopbush #C5608F
RGB
CMYK
RGB Variations
Color information
#C5608F (or 0xC5608F) is known color: Hopbush. HEX triplet: C5, 60 and 8F. RGB value is (197,96,143). Sum of RGB (Red+Green+Blue) = 197+96+143=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5608F is #3A9F70. Grayscale: #838383. Windows color (decimal): -3841905 or 9396421. OLE color: 9396421.
HSL color Cylindrical-coordinate representation of color #C5608F: hue angle of 332.08º 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 #C5608F is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 143 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.23 |
| HSL | 332.08º | 0.47% | 0.57% | - |
| HSV(B) | 332.08º | 0.51% | 0.77% | - |
| XYZ | 32.17 | 22.22 | 28.58 | - |
| YUV | 131.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 143 | 0 | 0.51 | 0.27 | 0.23 | 332.08 | 0.47 | 0.57 |
| Hex | C5 | 60 | 8F | 0 | 33 | 1B | 17 | 14C | 2F | 39 |
| Octal | 305 | 140 | 217 | 0 | 63 | 33 | 27 | 514 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10001111 | 0 | 110011 | 11011 | 10111 | 101001100 | 101111 | 111001 |
Color Harmonies of #C5608F
Complementary color
Monochromatic Colors of #C5608F
Black with #C5608F
Text Example
Text Example
White with #C5608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5608F; }
p { color: rgb(197,96,143); }
H1.HeaderClassName
{
color: #C5608F;
}
.AnyTagClassName
{
color: #C5608F;
}
</style>
background-color css
<style>
a { background-color: #C5608F; }
a { background-color: rgb(197,96,143); }
div.DivClassName
{
background-color: #C5608F;
}
.BgClassName
{
background-color: #C5608F;
}
</style>
border-color css
<style>
span { border-color: #C5608F; }
span { border-color: rgb(197,96,143); }
td.TdClassName
{
border-color: #C5608F;
}
.TagClassName
{
border-color: #C5608F;
}
</style>