Shades of Hopbush #C0658E
Tints of Hopbush #C0658E
RGB
CMYK
RGB Variations
Color information
#C0658E (or 0xC0658E) is known color: Hopbush. HEX triplet: C0, 65 and 8E. RGB value is (192,101,142). Sum of RGB (Red+Green+Blue) = 192+101+142=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0658E is #3F9A71. Grayscale: #848484. Windows color (decimal): -4168306 or 9332160. OLE color: 9332160.
HSL color Cylindrical-coordinate representation of color #C0658E: hue angle of 332.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0658E is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 142 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.25 |
| HSL | 332.97º | 0.42% | 0.57% | - |
| HSV(B) | 332.97º | 0.47% | 0.75% | - |
| XYZ | 31.27 | 22.47 | 28.28 | - |
| YUV | 132.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 142 | 0 | 0.47 | 0.26 | 0.25 | 332.97 | 0.42 | 0.57 |
| Hex | C0 | 65 | 8E | 0 | 2F | 1A | 19 | 14D | 2A | 39 |
| Octal | 300 | 145 | 216 | 0 | 57 | 32 | 31 | 515 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10001110 | 0 | 101111 | 11010 | 11001 | 101001101 | 101010 | 111001 |
Color Harmonies of #C0658E
Complementary color
Monochromatic Colors of #C0658E
Black with #C0658E
Text Example
Text Example
White with #C0658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0658E; }
p { color: rgb(192,101,142); }
H1.HeaderClassName
{
color: #C0658E;
}
.AnyTagClassName
{
color: #C0658E;
}
</style>
background-color css
<style>
a { background-color: #C0658E; }
a { background-color: rgb(192,101,142); }
div.DivClassName
{
background-color: #C0658E;
}
.BgClassName
{
background-color: #C0658E;
}
</style>
border-color css
<style>
span { border-color: #C0658E; }
span { border-color: rgb(192,101,142); }
td.TdClassName
{
border-color: #C0658E;
}
.TagClassName
{
border-color: #C0658E;
}
</style>