Shades of Hopbush #C5679F
Tints of Hopbush #C5679F
RGB
CMYK
RGB Variations
Color information
#C5679F (or 0xC5679F) is known color: Hopbush. HEX triplet: C5, 67 and 9F. RGB value is (197,103,159). Sum of RGB (Red+Green+Blue) = 197+103+159=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5679F is #3A9860. Grayscale: #898989. Windows color (decimal): -3840097 or 10446789. OLE color: 10446789.
HSL color Cylindrical-coordinate representation of color #C5679F: hue angle of 324.26º 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 #C5679F is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 159 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.23 |
| HSL | 324.26º | 0.45% | 0.59% | - |
| HSV(B) | 324.26º | 0.48% | 0.77% | - |
| XYZ | 34.13 | 24.07 | 35.65 | - |
| YUV | 137.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 159 | 0 | 0.48 | 0.19 | 0.23 | 324.26 | 0.45 | 0.59 |
| Hex | C5 | 67 | 9F | 0 | 30 | 13 | 17 | 144 | 2D | 3B |
| Octal | 305 | 147 | 237 | 0 | 60 | 23 | 27 | 504 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10011111 | 0 | 110000 | 10011 | 10111 | 101000100 | 101101 | 111011 |
Color Harmonies of #C5679F
Complementary color
Monochromatic Colors of #C5679F
Black with #C5679F
Text Example
Text Example
White with #C5679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5679F; }
p { color: rgb(197,103,159); }
H1.HeaderClassName
{
color: #C5679F;
}
.AnyTagClassName
{
color: #C5679F;
}
</style>
background-color css
<style>
a { background-color: #C5679F; }
a { background-color: rgb(197,103,159); }
div.DivClassName
{
background-color: #C5679F;
}
.BgClassName
{
background-color: #C5679F;
}
</style>
border-color css
<style>
span { border-color: #C5679F; }
span { border-color: rgb(197,103,159); }
td.TdClassName
{
border-color: #C5679F;
}
.TagClassName
{
border-color: #C5679F;
}
</style>