Shades of Hopbush #C66295
Tints of Hopbush #C66295
RGB
CMYK
RGB Variations
Color information
#C66295 (or 0xC66295) is known color: Hopbush. HEX triplet: C6, 62 and 95. RGB value is (198,98,149). Sum of RGB (Red+Green+Blue) = 198+98+149=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C66295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66295 is #399D6A. Grayscale: #858585. Windows color (decimal): -3775851 or 9790150. OLE color: 9790150.
HSL color Cylindrical-coordinate representation of color #C66295: hue angle of 329.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66295 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 149 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.22 |
| HSL | 329.4º | 0.47% | 0.58% | - |
| HSV(B) | 329.4º | 0.51% | 0.78% | - |
| XYZ | 33.08 | 22.91 | 31.11 | - |
| YUV | 133.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 149 | 0 | 0.51 | 0.25 | 0.22 | 329.4 | 0.47 | 0.58 |
| Hex | C6 | 62 | 95 | 0 | 33 | 19 | 16 | 149 | 2F | 3A |
| Octal | 306 | 142 | 225 | 0 | 63 | 31 | 26 | 511 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10010101 | 0 | 110011 | 11001 | 10110 | 101001001 | 101111 | 111010 |
Color Harmonies of #C66295
Complementary color
Monochromatic Colors of #C66295
Black with #C66295
Text Example
Text Example
White with #C66295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66295; }
p { color: rgb(198,98,149); }
H1.HeaderClassName
{
color: #C66295;
}
.AnyTagClassName
{
color: #C66295;
}
</style>
background-color css
<style>
a { background-color: #C66295; }
a { background-color: rgb(198,98,149); }
div.DivClassName
{
background-color: #C66295;
}
.BgClassName
{
background-color: #C66295;
}
</style>
border-color css
<style>
span { border-color: #C66295; }
span { border-color: rgb(198,98,149); }
td.TdClassName
{
border-color: #C66295;
}
.TagClassName
{
border-color: #C66295;
}
</style>