Shades of Hopbush #C06399
Tints of Hopbush #C06399
RGB
CMYK
RGB Variations
Color information
#C06399 (or 0xC06399) is known color: Hopbush. HEX triplet: C0, 63 and 99. RGB value is (192,99,153). Sum of RGB (Red+Green+Blue) = 192+99+153=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C06399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06399 is #3F9C66. Grayscale: #848484. Windows color (decimal): -4168807 or 10052544. OLE color: 10052544.
HSL color Cylindrical-coordinate representation of color #C06399: hue angle of 325.16º 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 #C06399 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 153 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.25 |
| HSL | 325.16º | 0.42% | 0.57% | - |
| HSV(B) | 325.16º | 0.48% | 0.75% | - |
| XYZ | 31.95 | 22.43 | 32.78 | - |
| YUV | 132.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 153 | 0 | 0.48 | 0.20 | 0.25 | 325.16 | 0.42 | 0.57 |
| Hex | C0 | 63 | 99 | 0 | 30 | 14 | 19 | 145 | 2A | 39 |
| Octal | 300 | 143 | 231 | 0 | 60 | 24 | 31 | 505 | 52 | 71 |
| Binary | 11000000 | 1100011 | 10011001 | 0 | 110000 | 10100 | 11001 | 101000101 | 101010 | 111001 |
Color Harmonies of #C06399
Complementary color
Monochromatic Colors of #C06399
Black with #C06399
Text Example
Text Example
White with #C06399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06399; }
p { color: rgb(192,99,153); }
H1.HeaderClassName
{
color: #C06399;
}
.AnyTagClassName
{
color: #C06399;
}
</style>
background-color css
<style>
a { background-color: #C06399; }
a { background-color: rgb(192,99,153); }
div.DivClassName
{
background-color: #C06399;
}
.BgClassName
{
background-color: #C06399;
}
</style>
border-color css
<style>
span { border-color: #C06399; }
span { border-color: rgb(192,99,153); }
td.TdClassName
{
border-color: #C06399;
}
.TagClassName
{
border-color: #C06399;
}
</style>