Shades of Hopbush #C06698
Tints of Hopbush #C06698
RGB
CMYK
RGB Variations
Color information
#C06698 (or 0xC06698) is known color: Hopbush. HEX triplet: C0, 66 and 98. RGB value is (192,102,152). Sum of RGB (Red+Green+Blue) = 192+102+152=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C06698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06698 is #3F9967. Grayscale: #868686. Windows color (decimal): -4168040 or 9987776. OLE color: 9987776.
HSL color Cylindrical-coordinate representation of color #C06698: hue angle of 326.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06698 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 152 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.25 |
| HSL | 326.67º | 0.42% | 0.58% | - |
| HSV(B) | 326.67º | 0.47% | 0.75% | - |
| XYZ | 32.16 | 22.98 | 32.45 | - |
| YUV | 134.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 152 | 0 | 0.47 | 0.21 | 0.25 | 326.67 | 0.42 | 0.58 |
| Hex | C0 | 66 | 98 | 0 | 2F | 15 | 19 | 147 | 2A | 3A |
| Octal | 300 | 146 | 230 | 0 | 57 | 25 | 31 | 507 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10011000 | 0 | 101111 | 10101 | 11001 | 101000111 | 101010 | 111010 |
Color Harmonies of #C06698
Complementary color
Monochromatic Colors of #C06698
Black with #C06698
Text Example
Text Example
White with #C06698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06698; }
p { color: rgb(192,102,152); }
H1.HeaderClassName
{
color: #C06698;
}
.AnyTagClassName
{
color: #C06698;
}
</style>
background-color css
<style>
a { background-color: #C06698; }
a { background-color: rgb(192,102,152); }
div.DivClassName
{
background-color: #C06698;
}
.BgClassName
{
background-color: #C06698;
}
</style>
border-color css
<style>
span { border-color: #C06698; }
span { border-color: rgb(192,102,152); }
td.TdClassName
{
border-color: #C06698;
}
.TagClassName
{
border-color: #C06698;
}
</style>