Shades of Hopbush #C077A2
Tints of Hopbush #C077A2
RGB
CMYK
RGB Variations
Color information
#C077A2 (or 0xC077A2) is known color: Hopbush. HEX triplet: C0, 77 and A2. RGB value is (192,119,162). Sum of RGB (Red+Green+Blue) = 192+119+162=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C077A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077A2 is #3F885D. Grayscale: #919191. Windows color (decimal): -4163678 or 10647488. OLE color: 10647488.
HSL color Cylindrical-coordinate representation of color #C077A2: hue angle of 324.66º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077A2 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 162 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.25 |
| HSL | 324.66º | 0.37% | 0.61% | - |
| HSV(B) | 324.66º | 0.38% | 0.75% | - |
| XYZ | 34.86 | 27.01 | 37.56 | - |
| YUV | 145.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 162 | 0 | 0.38 | 0.16 | 0.25 | 324.66 | 0.37 | 0.61 |
| Hex | C0 | 77 | A2 | 0 | 26 | 10 | 19 | 145 | 25 | 3D |
| Octal | 300 | 167 | 242 | 0 | 46 | 20 | 31 | 505 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10100010 | 0 | 100110 | 10000 | 11001 | 101000101 | 100101 | 111101 |
Color Harmonies of #C077A2
Complementary color
Monochromatic Colors of #C077A2
Black with #C077A2
Text Example
Text Example
White with #C077A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077A2; }
p { color: rgb(192,119,162); }
H1.HeaderClassName
{
color: #C077A2;
}
.AnyTagClassName
{
color: #C077A2;
}
</style>
background-color css
<style>
a { background-color: #C077A2; }
a { background-color: rgb(192,119,162); }
div.DivClassName
{
background-color: #C077A2;
}
.BgClassName
{
background-color: #C077A2;
}
</style>
border-color css
<style>
span { border-color: #C077A2; }
span { border-color: rgb(192,119,162); }
td.TdClassName
{
border-color: #C077A2;
}
.TagClassName
{
border-color: #C077A2;
}
</style>