Shades of Hopbush #C06497
Tints of Hopbush #C06497
RGB
CMYK
RGB Variations
Color information
#C06497 (or 0xC06497) is known color: Hopbush. HEX triplet: C0, 64 and 97. RGB value is (192,100,151). Sum of RGB (Red+Green+Blue) = 192+100+151=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06497 is #3F9B68. Grayscale: #858585. Windows color (decimal): -4168553 or 9921728. OLE color: 9921728.
HSL color Cylindrical-coordinate representation of color #C06497: hue angle of 326.74º 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 #C06497 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 151 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.25 |
| HSL | 326.74º | 0.42% | 0.57% | - |
| HSV(B) | 326.74º | 0.48% | 0.75% | - |
| XYZ | 31.88 | 22.56 | 31.95 | - |
| YUV | 133.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 151 | 0 | 0.48 | 0.21 | 0.25 | 326.74 | 0.42 | 0.57 |
| Hex | C0 | 64 | 97 | 0 | 30 | 15 | 19 | 147 | 2A | 39 |
| Octal | 300 | 144 | 227 | 0 | 60 | 25 | 31 | 507 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10010111 | 0 | 110000 | 10101 | 11001 | 101000111 | 101010 | 111001 |
Color Harmonies of #C06497
Complementary color
Monochromatic Colors of #C06497
Black with #C06497
Text Example
Text Example
White with #C06497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06497; }
p { color: rgb(192,100,151); }
H1.HeaderClassName
{
color: #C06497;
}
.AnyTagClassName
{
color: #C06497;
}
</style>
background-color css
<style>
a { background-color: #C06497; }
a { background-color: rgb(192,100,151); }
div.DivClassName
{
background-color: #C06497;
}
.BgClassName
{
background-color: #C06497;
}
</style>
border-color css
<style>
span { border-color: #C06497; }
span { border-color: rgb(192,100,151); }
td.TdClassName
{
border-color: #C06497;
}
.TagClassName
{
border-color: #C06497;
}
</style>