Shades of Hopbush #C5739A
Tints of Hopbush #C5739A
RGB
CMYK
RGB Variations
Color information
#C5739A (or 0xC5739A) is known color: Hopbush. HEX triplet: C5, 73 and 9A. RGB value is (197,115,154). Sum of RGB (Red+Green+Blue) = 197+115+154=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5739A is #3A8C65. Grayscale: #8F8F8F. Windows color (decimal): -3837030 or 10122181. OLE color: 10122181.
HSL color Cylindrical-coordinate representation of color #C5739A: hue angle of 331.46º 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 #C5739A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 154 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.23 |
| HSL | 331.46º | 0.41% | 0.61% | - |
| HSV(B) | 331.46º | 0.42% | 0.77% | - |
| XYZ | 34.99 | 26.46 | 33.84 | - |
| YUV | 143.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 154 | 0 | 0.42 | 0.22 | 0.23 | 331.46 | 0.41 | 0.61 |
| Hex | C5 | 73 | 9A | 0 | 2A | 16 | 17 | 14B | 29 | 3D |
| Octal | 305 | 163 | 232 | 0 | 52 | 26 | 27 | 513 | 51 | 75 |
| Binary | 11000101 | 1110011 | 10011010 | 0 | 101010 | 10110 | 10111 | 101001011 | 101001 | 111101 |
Color Harmonies of #C5739A
Complementary color
Monochromatic Colors of #C5739A
Black with #C5739A
Text Example
Text Example
White with #C5739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5739A; }
p { color: rgb(197,115,154); }
H1.HeaderClassName
{
color: #C5739A;
}
.AnyTagClassName
{
color: #C5739A;
}
</style>
background-color css
<style>
a { background-color: #C5739A; }
a { background-color: rgb(197,115,154); }
div.DivClassName
{
background-color: #C5739A;
}
.BgClassName
{
background-color: #C5739A;
}
</style>
border-color css
<style>
span { border-color: #C5739A; }
span { border-color: rgb(197,115,154); }
td.TdClassName
{
border-color: #C5739A;
}
.TagClassName
{
border-color: #C5739A;
}
</style>