Shades of Hopbush #C6658B
Tints of Hopbush #C6658B
RGB
CMYK
RGB Variations
Color information
#C6658B (or 0xC6658B) is known color: Hopbush. HEX triplet: C6, 65 and 8B. RGB value is (198,101,139). Sum of RGB (Red+Green+Blue) = 198+101+139=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6658B is #399A74. Grayscale: #868686. Windows color (decimal): -3775093 or 9135558. OLE color: 9135558.
HSL color Cylindrical-coordinate representation of color #C6658B: hue angle of 336.49º degrees, saturation: 0.46, 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 #C6658B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 139 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.22 |
| HSL | 336.49º | 0.46% | 0.59% | - |
| HSV(B) | 336.49º | 0.49% | 0.78% | - |
| XYZ | 32.6 | 23.18 | 27.18 | - |
| YUV | 134.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 139 | 0 | 0.49 | 0.30 | 0.22 | 336.49 | 0.46 | 0.59 |
| Hex | C6 | 65 | 8B | 0 | 31 | 1E | 16 | 150 | 2E | 3B |
| Octal | 306 | 145 | 213 | 0 | 61 | 36 | 26 | 520 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10001011 | 0 | 110001 | 11110 | 10110 | 101010000 | 101110 | 111011 |
Color Harmonies of #C6658B
Complementary color
Monochromatic Colors of #C6658B
Black with #C6658B
Text Example
Text Example
White with #C6658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6658B; }
p { color: rgb(198,101,139); }
H1.HeaderClassName
{
color: #C6658B;
}
.AnyTagClassName
{
color: #C6658B;
}
</style>
background-color css
<style>
a { background-color: #C6658B; }
a { background-color: rgb(198,101,139); }
div.DivClassName
{
background-color: #C6658B;
}
.BgClassName
{
background-color: #C6658B;
}
</style>
border-color css
<style>
span { border-color: #C6658B; }
span { border-color: rgb(198,101,139); }
td.TdClassName
{
border-color: #C6658B;
}
.TagClassName
{
border-color: #C6658B;
}
</style>