Shades of Hopbush #C06599
Tints of Hopbush #C06599
RGB
CMYK
RGB Variations
Color information
#C06599 (or 0xC06599) is known color: Hopbush. HEX triplet: C0, 65 and 99. RGB value is (192,101,153). Sum of RGB (Red+Green+Blue) = 192+101+153=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C06599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06599 is #3F9A66. Grayscale: #868686. Windows color (decimal): -4168295 or 10053056. OLE color: 10053056.
HSL color Cylindrical-coordinate representation of color #C06599: hue angle of 325.71º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06599 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 153 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.25 |
| HSL | 325.71º | 0.42% | 0.57% | - |
| HSV(B) | 325.71º | 0.47% | 0.75% | - |
| XYZ | 32.14 | 22.81 | 32.85 | - |
| YUV | 134.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 153 | 0 | 0.47 | 0.20 | 0.25 | 325.71 | 0.42 | 0.57 |
| Hex | C0 | 65 | 99 | 0 | 2F | 14 | 19 | 146 | 2A | 39 |
| Octal | 300 | 145 | 231 | 0 | 57 | 24 | 31 | 506 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10011001 | 0 | 101111 | 10100 | 11001 | 101000110 | 101010 | 111001 |
Color Harmonies of #C06599
Complementary color
Monochromatic Colors of #C06599
Black with #C06599
Text Example
Text Example
White with #C06599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06599; }
p { color: rgb(192,101,153); }
H1.HeaderClassName
{
color: #C06599;
}
.AnyTagClassName
{
color: #C06599;
}
</style>
background-color css
<style>
a { background-color: #C06599; }
a { background-color: rgb(192,101,153); }
div.DivClassName
{
background-color: #C06599;
}
.BgClassName
{
background-color: #C06599;
}
</style>
border-color css
<style>
span { border-color: #C06599; }
span { border-color: rgb(192,101,153); }
td.TdClassName
{
border-color: #C06599;
}
.TagClassName
{
border-color: #C06599;
}
</style>