Shades of Hopbush #C5739C
Tints of Hopbush #C5739C
RGB
CMYK
RGB Variations
Color information
#C5739C (or 0xC5739C) is known color: Hopbush. HEX triplet: C5, 73 and 9C. RGB value is (197,115,156). Sum of RGB (Red+Green+Blue) = 197+115+156=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5739C is #3A8C63. Grayscale: #909090. Windows color (decimal): -3837028 or 10253253. OLE color: 10253253.
HSL color Cylindrical-coordinate representation of color #C5739C: hue angle of 330º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5739C is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 156 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.23 |
| HSL | 330º | 0.41% | 0.61% | - |
| HSV(B) | 330º | 0.42% | 0.77% | - |
| XYZ | 35.16 | 26.53 | 34.72 | - |
| YUV | 144.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 156 | 0 | 0.42 | 0.21 | 0.23 | 330 | 0.41 | 0.61 |
| Hex | C5 | 73 | 9C | 0 | 2A | 15 | 17 | 14A | 29 | 3D |
| Octal | 305 | 163 | 234 | 0 | 52 | 25 | 27 | 512 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10011100 | 0 | 101010 | 10101 | 10111 | 101001010 | 101001 | 111101 |
Color Harmonies of #C5739C
Complementary color
Monochromatic Colors of #C5739C
Black with #C5739C
Text Example
Text Example
White with #C5739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5739C; }
p { color: rgb(197,115,156); }
H1.HeaderClassName
{
color: #C5739C;
}
.AnyTagClassName
{
color: #C5739C;
}
</style>
background-color css
<style>
a { background-color: #C5739C; }
a { background-color: rgb(197,115,156); }
div.DivClassName
{
background-color: #C5739C;
}
.BgClassName
{
background-color: #C5739C;
}
</style>
border-color css
<style>
span { border-color: #C5739C; }
span { border-color: rgb(197,115,156); }
td.TdClassName
{
border-color: #C5739C;
}
.TagClassName
{
border-color: #C5739C;
}
</style>