Shades of Hopbush #C76089
Tints of Hopbush #C76089
RGB
CMYK
RGB Variations
Color information
#C76089 (or 0xC76089) is known color: Hopbush. HEX triplet: C7, 60 and 89. RGB value is (199,96,137). Sum of RGB (Red+Green+Blue) = 199+96+137=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76089 is #389F76. Grayscale: #838383. Windows color (decimal): -3710839 or 9003207. OLE color: 9003207.
HSL color Cylindrical-coordinate representation of color #C76089: hue angle of 336.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76089 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 137 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.22 |
| HSL | 336.12º | 0.48% | 0.58% | - |
| HSV(B) | 336.12º | 0.52% | 0.78% | - |
| XYZ | 32.25 | 22.31 | 26.27 | - |
| YUV | 131.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 137 | 0 | 0.52 | 0.31 | 0.22 | 336.12 | 0.48 | 0.58 |
| Hex | C7 | 60 | 89 | 0 | 34 | 1F | 16 | 150 | 30 | 3A |
| Octal | 307 | 140 | 211 | 0 | 64 | 37 | 26 | 520 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10001001 | 0 | 110100 | 11111 | 10110 | 101010000 | 110000 | 111010 |
Color Harmonies of #C76089
Complementary color
Monochromatic Colors of #C76089
Black with #C76089
Text Example
Text Example
White with #C76089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76089; }
p { color: rgb(199,96,137); }
H1.HeaderClassName
{
color: #C76089;
}
.AnyTagClassName
{
color: #C76089;
}
</style>
background-color css
<style>
a { background-color: #C76089; }
a { background-color: rgb(199,96,137); }
div.DivClassName
{
background-color: #C76089;
}
.BgClassName
{
background-color: #C76089;
}
</style>
border-color css
<style>
span { border-color: #C76089; }
span { border-color: rgb(199,96,137); }
td.TdClassName
{
border-color: #C76089;
}
.TagClassName
{
border-color: #C76089;
}
</style>