Shades of Hopbush #C6658C
Tints of Hopbush #C6658C
RGB
CMYK
RGB Variations
Color information
#C6658C (or 0xC6658C) is known color: Hopbush. HEX triplet: C6, 65 and 8C. RGB value is (198,101,140). Sum of RGB (Red+Green+Blue) = 198+101+140=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6658C is #399A73. Grayscale: #868686. Windows color (decimal): -3775092 or 9201094. OLE color: 9201094.
HSL color Cylindrical-coordinate representation of color #C6658C: hue angle of 335.88º 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 #C6658C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 140 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.22 |
| HSL | 335.88º | 0.46% | 0.59% | - |
| HSV(B) | 335.88º | 0.49% | 0.78% | - |
| XYZ | 32.68 | 23.21 | 27.57 | - |
| YUV | 134.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 140 | 0 | 0.49 | 0.29 | 0.22 | 335.88 | 0.46 | 0.59 |
| Hex | C6 | 65 | 8C | 0 | 31 | 1D | 16 | 150 | 2E | 3B |
| Octal | 306 | 145 | 214 | 0 | 61 | 35 | 26 | 520 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10001100 | 0 | 110001 | 11101 | 10110 | 101010000 | 101110 | 111011 |
Color Harmonies of #C6658C
Complementary color
Monochromatic Colors of #C6658C
Black with #C6658C
Text Example
Text Example
White with #C6658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6658C; }
p { color: rgb(198,101,140); }
H1.HeaderClassName
{
color: #C6658C;
}
.AnyTagClassName
{
color: #C6658C;
}
</style>
background-color css
<style>
a { background-color: #C6658C; }
a { background-color: rgb(198,101,140); }
div.DivClassName
{
background-color: #C6658C;
}
.BgClassName
{
background-color: #C6658C;
}
</style>
border-color css
<style>
span { border-color: #C6658C; }
span { border-color: rgb(198,101,140); }
td.TdClassName
{
border-color: #C6658C;
}
.TagClassName
{
border-color: #C6658C;
}
</style>