Shades of Hopbush #C77294
Tints of Hopbush #C77294
RGB
CMYK
RGB Variations
Color information
#C77294 (or 0xC77294) is known color: Hopbush. HEX triplet: C7, 72 and 94. RGB value is (199,114,148). Sum of RGB (Red+Green+Blue) = 199+114+148=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C77294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77294 is #388D6B. Grayscale: #8F8F8F. Windows color (decimal): -3706220 or 9728711. OLE color: 9728711.
HSL color Cylindrical-coordinate representation of color #C77294: hue angle of 336º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77294 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 148 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.22 |
| HSL | 336º | 0.43% | 0.61% | - |
| HSV(B) | 336º | 0.43% | 0.78% | - |
| XYZ | 34.92 | 26.31 | 31.26 | - |
| YUV | 143.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 148 | 0 | 0.43 | 0.26 | 0.22 | 336 | 0.43 | 0.61 |
| Hex | C7 | 72 | 94 | 0 | 2B | 1A | 16 | 150 | 2B | 3D |
| Octal | 307 | 162 | 224 | 0 | 53 | 32 | 26 | 520 | 53 | 75 |
| Binary | 11000111 | 1110010 | 10010100 | 0 | 101011 | 11010 | 10110 | 101010000 | 101011 | 111101 |
Color Harmonies of #C77294
Complementary color
Monochromatic Colors of #C77294
Black with #C77294
Text Example
Text Example
White with #C77294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77294; }
p { color: rgb(199,114,148); }
H1.HeaderClassName
{
color: #C77294;
}
.AnyTagClassName
{
color: #C77294;
}
</style>
background-color css
<style>
a { background-color: #C77294; }
a { background-color: rgb(199,114,148); }
div.DivClassName
{
background-color: #C77294;
}
.BgClassName
{
background-color: #C77294;
}
</style>
border-color css
<style>
span { border-color: #C77294; }
span { border-color: rgb(199,114,148); }
td.TdClassName
{
border-color: #C77294;
}
.TagClassName
{
border-color: #C77294;
}
</style>