Shades of Hopbush #C06590
Tints of Hopbush #C06590
RGB
CMYK
RGB Variations
Color information
#C06590 (or 0xC06590) is known color: Hopbush. HEX triplet: C0, 65 and 90. RGB value is (192,101,144). Sum of RGB (Red+Green+Blue) = 192+101+144=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C06590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06590 is #3F9A6F. Grayscale: #858585. Windows color (decimal): -4168304 or 9463232. OLE color: 9463232.
HSL color Cylindrical-coordinate representation of color #C06590: hue angle of 331.65º 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 #C06590 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 144 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.25 |
| HSL | 331.65º | 0.42% | 0.57% | - |
| HSV(B) | 331.65º | 0.47% | 0.75% | - |
| XYZ | 31.43 | 22.53 | 29.08 | - |
| YUV | 133.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 144 | 0 | 0.47 | 0.25 | 0.25 | 331.65 | 0.42 | 0.57 |
| Hex | C0 | 65 | 90 | 0 | 2F | 19 | 19 | 14C | 2A | 39 |
| Octal | 300 | 145 | 220 | 0 | 57 | 31 | 31 | 514 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10010000 | 0 | 101111 | 11001 | 11001 | 101001100 | 101010 | 111001 |
Color Harmonies of #C06590
Complementary color
Monochromatic Colors of #C06590
Black with #C06590
Text Example
Text Example
White with #C06590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06590; }
p { color: rgb(192,101,144); }
H1.HeaderClassName
{
color: #C06590;
}
.AnyTagClassName
{
color: #C06590;
}
</style>
background-color css
<style>
a { background-color: #C06590; }
a { background-color: rgb(192,101,144); }
div.DivClassName
{
background-color: #C06590;
}
.BgClassName
{
background-color: #C06590;
}
</style>
border-color css
<style>
span { border-color: #C06590; }
span { border-color: rgb(192,101,144); }
td.TdClassName
{
border-color: #C06590;
}
.TagClassName
{
border-color: #C06590;
}
</style>