Shades of Hopbush #C66798
Tints of Hopbush #C66798
RGB
CMYK
RGB Variations
Color information
#C66798 (or 0xC66798) is known color: Hopbush. HEX triplet: C6, 67 and 98. RGB value is (198,103,152). Sum of RGB (Red+Green+Blue) = 198+103+152=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C66798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66798 is #399867. Grayscale: #888888. Windows color (decimal): -3774568 or 9988038. OLE color: 9988038.
HSL color Cylindrical-coordinate representation of color #C66798: hue angle of 329.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66798 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 152 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.22 |
| HSL | 329.05º | 0.45% | 0.59% | - |
| HSV(B) | 329.05º | 0.48% | 0.78% | - |
| XYZ | 33.81 | 23.97 | 32.55 | - |
| YUV | 136.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 152 | 0 | 0.48 | 0.23 | 0.22 | 329.05 | 0.45 | 0.59 |
| Hex | C6 | 67 | 98 | 0 | 30 | 17 | 16 | 149 | 2D | 3B |
| Octal | 306 | 147 | 230 | 0 | 60 | 27 | 26 | 511 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10011000 | 0 | 110000 | 10111 | 10110 | 101001001 | 101101 | 111011 |
Color Harmonies of #C66798
Complementary color
Monochromatic Colors of #C66798
Black with #C66798
Text Example
Text Example
White with #C66798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66798; }
p { color: rgb(198,103,152); }
H1.HeaderClassName
{
color: #C66798;
}
.AnyTagClassName
{
color: #C66798;
}
</style>
background-color css
<style>
a { background-color: #C66798; }
a { background-color: rgb(198,103,152); }
div.DivClassName
{
background-color: #C66798;
}
.BgClassName
{
background-color: #C66798;
}
</style>
border-color css
<style>
span { border-color: #C66798; }
span { border-color: rgb(198,103,152); }
td.TdClassName
{
border-color: #C66798;
}
.TagClassName
{
border-color: #C66798;
}
</style>