Shades of Hopbush #C77090
Tints of Hopbush #C77090
RGB
CMYK
RGB Variations
Color information
#C77090 (or 0xC77090) is known color: Hopbush. HEX triplet: C7, 70 and 90. RGB value is (199,112,144). Sum of RGB (Red+Green+Blue) = 199+112+144=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C77090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77090 is #388F6F. Grayscale: #8D8D8D. Windows color (decimal): -3706736 or 9466055. OLE color: 9466055.
HSL color Cylindrical-coordinate representation of color #C77090: hue angle of 337.93º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77090 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 144 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.22 |
| HSL | 337.93º | 0.44% | 0.61% | - |
| HSV(B) | 337.93º | 0.44% | 0.78% | - |
| XYZ | 34.38 | 25.74 | 29.54 | - |
| YUV | 141.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 144 | 0 | 0.44 | 0.28 | 0.22 | 337.93 | 0.44 | 0.61 |
| Hex | C7 | 70 | 90 | 0 | 2C | 1C | 16 | 152 | 2C | 3D |
| Octal | 307 | 160 | 220 | 0 | 54 | 34 | 26 | 522 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10010000 | 0 | 101100 | 11100 | 10110 | 101010010 | 101100 | 111101 |
Color Harmonies of #C77090
Complementary color
Monochromatic Colors of #C77090
Black with #C77090
Text Example
Text Example
White with #C77090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77090; }
p { color: rgb(199,112,144); }
H1.HeaderClassName
{
color: #C77090;
}
.AnyTagClassName
{
color: #C77090;
}
</style>
background-color css
<style>
a { background-color: #C77090; }
a { background-color: rgb(199,112,144); }
div.DivClassName
{
background-color: #C77090;
}
.BgClassName
{
background-color: #C77090;
}
</style>
border-color css
<style>
span { border-color: #C77090; }
span { border-color: rgb(199,112,144); }
td.TdClassName
{
border-color: #C77090;
}
.TagClassName
{
border-color: #C77090;
}
</style>