Shades of Hopbush #C076A3
Tints of Hopbush #C076A3
RGB
CMYK
RGB Variations
Color information
#C076A3 (or 0xC076A3) is known color: Hopbush. HEX triplet: C0, 76 and A3. RGB value is (192,118,163). Sum of RGB (Red+Green+Blue) = 192+118+163=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C076A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076A3 is #3F895C. Grayscale: #919191. Windows color (decimal): -4163933 or 10712768. OLE color: 10712768.
HSL color Cylindrical-coordinate representation of color #C076A3: hue angle of 323.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C076A3 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 163 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.25 |
| HSL | 323.51º | 0.37% | 0.61% | - |
| HSV(B) | 323.51º | 0.39% | 0.75% | - |
| XYZ | 34.83 | 26.81 | 37.99 | - |
| YUV | 145.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 163 | 0 | 0.39 | 0.15 | 0.25 | 323.51 | 0.37 | 0.61 |
| Hex | C0 | 76 | A3 | 0 | 27 | F | 19 | 144 | 25 | 3D |
| Octal | 300 | 166 | 243 | 0 | 47 | 17 | 31 | 504 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10100011 | 0 | 100111 | 1111 | 11001 | 101000100 | 100101 | 111101 |
Color Harmonies of #C076A3
Complementary color
Monochromatic Colors of #C076A3
Black with #C076A3
Text Example
Text Example
White with #C076A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076A3; }
p { color: rgb(192,118,163); }
H1.HeaderClassName
{
color: #C076A3;
}
.AnyTagClassName
{
color: #C076A3;
}
</style>
background-color css
<style>
a { background-color: #C076A3; }
a { background-color: rgb(192,118,163); }
div.DivClassName
{
background-color: #C076A3;
}
.BgClassName
{
background-color: #C076A3;
}
</style>
border-color css
<style>
span { border-color: #C076A3; }
span { border-color: rgb(192,118,163); }
td.TdClassName
{
border-color: #C076A3;
}
.TagClassName
{
border-color: #C076A3;
}
</style>