Shades of Hopbush #C0658B
Tints of Hopbush #C0658B
RGB
CMYK
RGB Variations
Color information
#C0658B (or 0xC0658B) is known color: Hopbush. HEX triplet: C0, 65 and 8B. RGB value is (192,101,139). Sum of RGB (Red+Green+Blue) = 192+101+139=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0658B is #3F9A74. Grayscale: #848484. Windows color (decimal): -4168309 or 9135552. OLE color: 9135552.
HSL color Cylindrical-coordinate representation of color #C0658B: hue angle of 334.95º 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 #C0658B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 139 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.25 |
| HSL | 334.95º | 0.42% | 0.57% | - |
| HSV(B) | 334.95º | 0.47% | 0.75% | - |
| XYZ | 31.05 | 22.38 | 27.11 | - |
| YUV | 132.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 139 | 0 | 0.47 | 0.28 | 0.25 | 334.95 | 0.42 | 0.57 |
| Hex | C0 | 65 | 8B | 0 | 2F | 1C | 19 | 14F | 2A | 39 |
| Octal | 300 | 145 | 213 | 0 | 57 | 34 | 31 | 517 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10001011 | 0 | 101111 | 11100 | 11001 | 101001111 | 101010 | 111001 |
Color Harmonies of #C0658B
Complementary color
Monochromatic Colors of #C0658B
Black with #C0658B
Text Example
Text Example
White with #C0658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0658B; }
p { color: rgb(192,101,139); }
H1.HeaderClassName
{
color: #C0658B;
}
.AnyTagClassName
{
color: #C0658B;
}
</style>
background-color css
<style>
a { background-color: #C0658B; }
a { background-color: rgb(192,101,139); }
div.DivClassName
{
background-color: #C0658B;
}
.BgClassName
{
background-color: #C0658B;
}
</style>
border-color css
<style>
span { border-color: #C0658B; }
span { border-color: rgb(192,101,139); }
td.TdClassName
{
border-color: #C0658B;
}
.TagClassName
{
border-color: #C0658B;
}
</style>