Shades of Hopbush #C7659D
Tints of Hopbush #C7659D
RGB
CMYK
RGB Variations
Color information
#C7659D (or 0xC7659D) is known color: Hopbush. HEX triplet: C7, 65 and 9D. RGB value is (199,101,157). Sum of RGB (Red+Green+Blue) = 199+101+157=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7659D is #389A62. Grayscale: #888888. Windows color (decimal): -3709539 or 10315207. OLE color: 10315207.
HSL color Cylindrical-coordinate representation of color #C7659D: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7659D is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 157 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.22 |
| HSL | 325.71º | 0.47% | 0.59% | - |
| HSV(B) | 325.71º | 0.49% | 0.78% | - |
| XYZ | 34.29 | 23.88 | 34.7 | - |
| YUV | 136.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 157 | 0 | 0.49 | 0.21 | 0.22 | 325.71 | 0.47 | 0.59 |
| Hex | C7 | 65 | 9D | 0 | 31 | 15 | 16 | 146 | 2F | 3B |
| Octal | 307 | 145 | 235 | 0 | 61 | 25 | 26 | 506 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10011101 | 0 | 110001 | 10101 | 10110 | 101000110 | 101111 | 111011 |
Color Harmonies of #C7659D
Complementary color
Monochromatic Colors of #C7659D
Black with #C7659D
Text Example
Text Example
White with #C7659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7659D; }
p { color: rgb(199,101,157); }
H1.HeaderClassName
{
color: #C7659D;
}
.AnyTagClassName
{
color: #C7659D;
}
</style>
background-color css
<style>
a { background-color: #C7659D; }
a { background-color: rgb(199,101,157); }
div.DivClassName
{
background-color: #C7659D;
}
.BgClassName
{
background-color: #C7659D;
}
</style>
border-color css
<style>
span { border-color: #C7659D; }
span { border-color: rgb(199,101,157); }
td.TdClassName
{
border-color: #C7659D;
}
.TagClassName
{
border-color: #C7659D;
}
</style>