Shades of Hopbush #C5679D
Tints of Hopbush #C5679D
RGB
CMYK
RGB Variations
Color information
#C5679D (or 0xC5679D) is known color: Hopbush. HEX triplet: C5, 67 and 9D. RGB value is (197,103,157). Sum of RGB (Red+Green+Blue) = 197+103+157=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5679D is #3A9862. Grayscale: #898989. Windows color (decimal): -3840099 or 10315717. OLE color: 10315717.
HSL color Cylindrical-coordinate representation of color #C5679D: hue angle of 325.53º 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 #C5679D is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 157 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.23 |
| HSL | 325.53º | 0.45% | 0.59% | - |
| HSV(B) | 325.53º | 0.48% | 0.77% | - |
| XYZ | 33.96 | 24.01 | 34.74 | - |
| YUV | 137.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 157 | 0 | 0.48 | 0.20 | 0.23 | 325.53 | 0.45 | 0.59 |
| Hex | C5 | 67 | 9D | 0 | 30 | 14 | 17 | 146 | 2D | 3B |
| Octal | 305 | 147 | 235 | 0 | 60 | 24 | 27 | 506 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10011101 | 0 | 110000 | 10100 | 10111 | 101000110 | 101101 | 111011 |
Color Harmonies of #C5679D
Complementary color
Monochromatic Colors of #C5679D
Black with #C5679D
Text Example
Text Example
White with #C5679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5679D; }
p { color: rgb(197,103,157); }
H1.HeaderClassName
{
color: #C5679D;
}
.AnyTagClassName
{
color: #C5679D;
}
</style>
background-color css
<style>
a { background-color: #C5679D; }
a { background-color: rgb(197,103,157); }
div.DivClassName
{
background-color: #C5679D;
}
.BgClassName
{
background-color: #C5679D;
}
</style>
border-color css
<style>
span { border-color: #C5679D; }
span { border-color: rgb(197,103,157); }
td.TdClassName
{
border-color: #C5679D;
}
.TagClassName
{
border-color: #C5679D;
}
</style>