Shades of Hopbush #C76892
Tints of Hopbush #C76892
RGB
CMYK
RGB Variations
Color information
#C76892 (or 0xC76892) is known color: Hopbush. HEX triplet: C7, 68 and 92. RGB value is (199,104,146). Sum of RGB (Red+Green+Blue) = 199+104+146=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C76892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76892 is #38976D. Grayscale: #898989. Windows color (decimal): -3708782 or 9595079. OLE color: 9595079.
HSL color Cylindrical-coordinate representation of color #C76892: hue angle of 333.47º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76892 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 146 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.22 |
| HSL | 333.47º | 0.46% | 0.59% | - |
| HSV(B) | 333.47º | 0.48% | 0.78% | - |
| XYZ | 33.69 | 24.12 | 30.07 | - |
| YUV | 137.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 146 | 0 | 0.48 | 0.27 | 0.22 | 333.47 | 0.46 | 0.59 |
| Hex | C7 | 68 | 92 | 0 | 30 | 1B | 16 | 14D | 2E | 3B |
| Octal | 307 | 150 | 222 | 0 | 60 | 33 | 26 | 515 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10010010 | 0 | 110000 | 11011 | 10110 | 101001101 | 101110 | 111011 |
Color Harmonies of #C76892
Complementary color
Monochromatic Colors of #C76892
Black with #C76892
Text Example
Text Example
White with #C76892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76892; }
p { color: rgb(199,104,146); }
H1.HeaderClassName
{
color: #C76892;
}
.AnyTagClassName
{
color: #C76892;
}
</style>
background-color css
<style>
a { background-color: #C76892; }
a { background-color: rgb(199,104,146); }
div.DivClassName
{
background-color: #C76892;
}
.BgClassName
{
background-color: #C76892;
}
</style>
border-color css
<style>
span { border-color: #C76892; }
span { border-color: rgb(199,104,146); }
td.TdClassName
{
border-color: #C76892;
}
.TagClassName
{
border-color: #C76892;
}
</style>