Shades of Hopbush #C06398
Tints of Hopbush #C06398
RGB
CMYK
RGB Variations
Color information
#C06398 (or 0xC06398) is known color: Hopbush. HEX triplet: C0, 63 and 98. RGB value is (192,99,152). Sum of RGB (Red+Green+Blue) = 192+99+152=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06398 is #3F9C67. Grayscale: #848484. Windows color (decimal): -4168808 or 9987008. OLE color: 9987008.
HSL color Cylindrical-coordinate representation of color #C06398: hue angle of 325.81º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06398 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 152 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.25 |
| HSL | 325.81º | 0.42% | 0.57% | - |
| HSV(B) | 325.81º | 0.48% | 0.75% | - |
| XYZ | 31.87 | 22.4 | 32.35 | - |
| YUV | 132.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 152 | 0 | 0.48 | 0.21 | 0.25 | 325.81 | 0.42 | 0.57 |
| Hex | C0 | 63 | 98 | 0 | 30 | 15 | 19 | 146 | 2A | 39 |
| Octal | 300 | 143 | 230 | 0 | 60 | 25 | 31 | 506 | 52 | 71 |
| Binary | 11000000 | 1100011 | 10011000 | 0 | 110000 | 10101 | 11001 | 101000110 | 101010 | 111001 |
Color Harmonies of #C06398
Complementary color
Monochromatic Colors of #C06398
Black with #C06398
Text Example
Text Example
White with #C06398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06398; }
p { color: rgb(192,99,152); }
H1.HeaderClassName
{
color: #C06398;
}
.AnyTagClassName
{
color: #C06398;
}
</style>
background-color css
<style>
a { background-color: #C06398; }
a { background-color: rgb(192,99,152); }
div.DivClassName
{
background-color: #C06398;
}
.BgClassName
{
background-color: #C06398;
}
</style>
border-color css
<style>
span { border-color: #C06398; }
span { border-color: rgb(192,99,152); }
td.TdClassName
{
border-color: #C06398;
}
.TagClassName
{
border-color: #C06398;
}
</style>