Shades of Hopbush #C5679E
Tints of Hopbush #C5679E
RGB
CMYK
RGB Variations
Color information
#C5679E (or 0xC5679E) is known color: Hopbush. HEX triplet: C5, 67 and 9E. RGB value is (197,103,158). Sum of RGB (Red+Green+Blue) = 197+103+158=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5679E is #3A9861. Grayscale: #898989. Windows color (decimal): -3840098 or 10381253. OLE color: 10381253.
HSL color Cylindrical-coordinate representation of color #C5679E: hue angle of 324.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5679E is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 158 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.23 |
| HSL | 324.89º | 0.45% | 0.59% | - |
| HSV(B) | 324.89º | 0.48% | 0.77% | - |
| XYZ | 34.05 | 24.04 | 35.19 | - |
| YUV | 137.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 158 | 0 | 0.48 | 0.20 | 0.23 | 324.89 | 0.45 | 0.59 |
| Hex | C5 | 67 | 9E | 0 | 30 | 14 | 17 | 145 | 2D | 3B |
| Octal | 305 | 147 | 236 | 0 | 60 | 24 | 27 | 505 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10011110 | 0 | 110000 | 10100 | 10111 | 101000101 | 101101 | 111011 |
Color Harmonies of #C5679E
Complementary color
Monochromatic Colors of #C5679E
Black with #C5679E
Text Example
Text Example
White with #C5679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5679E; }
p { color: rgb(197,103,158); }
H1.HeaderClassName
{
color: #C5679E;
}
.AnyTagClassName
{
color: #C5679E;
}
</style>
background-color css
<style>
a { background-color: #C5679E; }
a { background-color: rgb(197,103,158); }
div.DivClassName
{
background-color: #C5679E;
}
.BgClassName
{
background-color: #C5679E;
}
</style>
border-color css
<style>
span { border-color: #C5679E; }
span { border-color: rgb(197,103,158); }
td.TdClassName
{
border-color: #C5679E;
}
.TagClassName
{
border-color: #C5679E;
}
</style>