Shades of Hopbush #C7658D
Tints of Hopbush #C7658D
RGB
CMYK
RGB Variations
Color information
#C7658D (or 0xC7658D) is known color: Hopbush. HEX triplet: C7, 65 and 8D. RGB value is (199,101,141). Sum of RGB (Red+Green+Blue) = 199+101+141=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7658D is #389A72. Grayscale: #868686. Windows color (decimal): -3709555 or 9266631. OLE color: 9266631.
HSL color Cylindrical-coordinate representation of color #C7658D: hue angle of 335.51º 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 #C7658D is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 141 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.22 |
| HSL | 335.51º | 0.47% | 0.59% | - |
| HSV(B) | 335.51º | 0.49% | 0.78% | - |
| XYZ | 33.01 | 23.37 | 27.97 | - |
| YUV | 134.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 141 | 0 | 0.49 | 0.29 | 0.22 | 335.51 | 0.47 | 0.59 |
| Hex | C7 | 65 | 8D | 0 | 31 | 1D | 16 | 150 | 2F | 3B |
| Octal | 307 | 145 | 215 | 0 | 61 | 35 | 26 | 520 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10001101 | 0 | 110001 | 11101 | 10110 | 101010000 | 101111 | 111011 |
Color Harmonies of #C7658D
Complementary color
Monochromatic Colors of #C7658D
Black with #C7658D
Text Example
Text Example
White with #C7658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7658D; }
p { color: rgb(199,101,141); }
H1.HeaderClassName
{
color: #C7658D;
}
.AnyTagClassName
{
color: #C7658D;
}
</style>
background-color css
<style>
a { background-color: #C7658D; }
a { background-color: rgb(199,101,141); }
div.DivClassName
{
background-color: #C7658D;
}
.BgClassName
{
background-color: #C7658D;
}
</style>
border-color css
<style>
span { border-color: #C7658D; }
span { border-color: rgb(199,101,141); }
td.TdClassName
{
border-color: #C7658D;
}
.TagClassName
{
border-color: #C7658D;
}
</style>