Shades of Hopbush #C06496
Tints of Hopbush #C06496
RGB
CMYK
RGB Variations
Color information
#C06496 (or 0xC06496) is known color: Hopbush. HEX triplet: C0, 64 and 96. RGB value is (192,100,150). Sum of RGB (Red+Green+Blue) = 192+100+150=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C06496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06496 is #3F9B69. Grayscale: #858585. Windows color (decimal): -4168554 or 9856192. OLE color: 9856192.
HSL color Cylindrical-coordinate representation of color #C06496: hue angle of 327.39º 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 #C06496 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 150 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.25 |
| HSL | 327.39º | 0.42% | 0.57% | - |
| HSV(B) | 327.39º | 0.48% | 0.75% | - |
| XYZ | 31.8 | 22.52 | 31.53 | - |
| YUV | 133.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 150 | 0 | 0.48 | 0.22 | 0.25 | 327.39 | 0.42 | 0.57 |
| Hex | C0 | 64 | 96 | 0 | 30 | 16 | 19 | 147 | 2A | 39 |
| Octal | 300 | 144 | 226 | 0 | 60 | 26 | 31 | 507 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10010110 | 0 | 110000 | 10110 | 11001 | 101000111 | 101010 | 111001 |
Color Harmonies of #C06496
Complementary color
Monochromatic Colors of #C06496
Black with #C06496
Text Example
Text Example
White with #C06496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06496; }
p { color: rgb(192,100,150); }
H1.HeaderClassName
{
color: #C06496;
}
.AnyTagClassName
{
color: #C06496;
}
</style>
background-color css
<style>
a { background-color: #C06496; }
a { background-color: rgb(192,100,150); }
div.DivClassName
{
background-color: #C06496;
}
.BgClassName
{
background-color: #C06496;
}
</style>
border-color css
<style>
span { border-color: #C06496; }
span { border-color: rgb(192,100,150); }
td.TdClassName
{
border-color: #C06496;
}
.TagClassName
{
border-color: #C06496;
}
</style>