Shades of Hopbush #C06790
Tints of Hopbush #C06790
RGB
CMYK
RGB Variations
Color information
#C06790 (or 0xC06790) is known color: Hopbush. HEX triplet: C0, 67 and 90. RGB value is (192,103,144). Sum of RGB (Red+Green+Blue) = 192+103+144=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06790 is #3F986F. Grayscale: #868686. Windows color (decimal): -4167792 or 9463744. OLE color: 9463744.
HSL color Cylindrical-coordinate representation of color #C06790: hue angle of 332.36º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06790 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 144 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.25 |
| HSL | 332.36º | 0.41% | 0.58% | - |
| HSV(B) | 332.36º | 0.46% | 0.75% | - |
| XYZ | 31.62 | 22.92 | 29.14 | - |
| YUV | 134.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 144 | 0 | 0.46 | 0.25 | 0.25 | 332.36 | 0.41 | 0.58 |
| Hex | C0 | 67 | 90 | 0 | 2E | 19 | 19 | 14C | 29 | 3A |
| Octal | 300 | 147 | 220 | 0 | 56 | 31 | 31 | 514 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10010000 | 0 | 101110 | 11001 | 11001 | 101001100 | 101001 | 111010 |
Color Harmonies of #C06790
Complementary color
Monochromatic Colors of #C06790
Black with #C06790
Text Example
Text Example
White with #C06790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06790; }
p { color: rgb(192,103,144); }
H1.HeaderClassName
{
color: #C06790;
}
.AnyTagClassName
{
color: #C06790;
}
</style>
background-color css
<style>
a { background-color: #C06790; }
a { background-color: rgb(192,103,144); }
div.DivClassName
{
background-color: #C06790;
}
.BgClassName
{
background-color: #C06790;
}
</style>
border-color css
<style>
span { border-color: #C06790; }
span { border-color: rgb(192,103,144); }
td.TdClassName
{
border-color: #C06790;
}
.TagClassName
{
border-color: #C06790;
}
</style>