Shades of Hopbush #C5789A
Tints of Hopbush #C5789A
RGB
CMYK
RGB Variations
Color information
#C5789A (or 0xC5789A) is known color: Hopbush. HEX triplet: C5, 78 and 9A. RGB value is (197,120,154). Sum of RGB (Red+Green+Blue) = 197+120+154=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5789A is #3A8765. Grayscale: #929292. Windows color (decimal): -3835750 or 10123461. OLE color: 10123461.
HSL color Cylindrical-coordinate representation of color #C5789A: hue angle of 333.51º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5789A is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 154 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.23 |
| HSL | 333.51º | 0.4% | 0.62% | - |
| HSV(B) | 333.51º | 0.39% | 0.77% | - |
| XYZ | 35.58 | 27.64 | 34.03 | - |
| YUV | 146.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 154 | 0 | 0.39 | 0.22 | 0.23 | 333.51 | 0.4 | 0.62 |
| Hex | C5 | 78 | 9A | 0 | 27 | 16 | 17 | 14E | 28 | 3E |
| Octal | 305 | 170 | 232 | 0 | 47 | 26 | 27 | 516 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10011010 | 0 | 100111 | 10110 | 10111 | 101001110 | 101000 | 111110 |
Color Harmonies of #C5789A
Complementary color
Monochromatic Colors of #C5789A
Black with #C5789A
Text Example
Text Example
White with #C5789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5789A; }
p { color: rgb(197,120,154); }
H1.HeaderClassName
{
color: #C5789A;
}
.AnyTagClassName
{
color: #C5789A;
}
</style>
background-color css
<style>
a { background-color: #C5789A; }
a { background-color: rgb(197,120,154); }
div.DivClassName
{
background-color: #C5789A;
}
.BgClassName
{
background-color: #C5789A;
}
</style>
border-color css
<style>
span { border-color: #C5789A; }
span { border-color: rgb(197,120,154); }
td.TdClassName
{
border-color: #C5789A;
}
.TagClassName
{
border-color: #C5789A;
}
</style>