Shades of Hopbush #C06699
Tints of Hopbush #C06699
RGB
CMYK
RGB Variations
Color information
#C06699 (or 0xC06699) is known color: Hopbush. HEX triplet: C0, 66 and 99. RGB value is (192,102,153). Sum of RGB (Red+Green+Blue) = 192+102+153=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C06699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06699 is #3F9966. Grayscale: #868686. Windows color (decimal): -4168039 or 10053312. OLE color: 10053312.
HSL color Cylindrical-coordinate representation of color #C06699: hue angle of 326º 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 #C06699 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 153 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.25 |
| HSL | 326º | 0.42% | 0.58% | - |
| HSV(B) | 326º | 0.47% | 0.75% | - |
| XYZ | 32.24 | 23.01 | 32.88 | - |
| YUV | 134.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 153 | 0 | 0.47 | 0.20 | 0.25 | 326 | 0.42 | 0.58 |
| Hex | C0 | 66 | 99 | 0 | 2F | 14 | 19 | 146 | 2A | 3A |
| Octal | 300 | 146 | 231 | 0 | 57 | 24 | 31 | 506 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10011001 | 0 | 101111 | 10100 | 11001 | 101000110 | 101010 | 111010 |
Color Harmonies of #C06699
Complementary color
Monochromatic Colors of #C06699
Black with #C06699
Text Example
Text Example
White with #C06699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06699; }
p { color: rgb(192,102,153); }
H1.HeaderClassName
{
color: #C06699;
}
.AnyTagClassName
{
color: #C06699;
}
</style>
background-color css
<style>
a { background-color: #C06699; }
a { background-color: rgb(192,102,153); }
div.DivClassName
{
background-color: #C06699;
}
.BgClassName
{
background-color: #C06699;
}
</style>
border-color css
<style>
span { border-color: #C06699; }
span { border-color: rgb(192,102,153); }
td.TdClassName
{
border-color: #C06699;
}
.TagClassName
{
border-color: #C06699;
}
</style>