Shades of Hopbush #C7729E
Tints of Hopbush #C7729E
RGB
CMYK
RGB Variations
Color information
#C7729E (or 0xC7729E) is known color: Hopbush. HEX triplet: C7, 72 and 9E. RGB value is (199,114,158). Sum of RGB (Red+Green+Blue) = 199+114+158=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7729E is #388D61. Grayscale: #909090. Windows color (decimal): -3706210 or 10384071. OLE color: 10384071.
HSL color Cylindrical-coordinate representation of color #C7729E: hue angle of 328.94º 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 #C7729E is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 158 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.22 |
| HSL | 328.94º | 0.43% | 0.61% | - |
| HSV(B) | 328.94º | 0.43% | 0.78% | - |
| XYZ | 35.74 | 26.65 | 35.61 | - |
| YUV | 144.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 158 | 0 | 0.43 | 0.21 | 0.22 | 328.94 | 0.43 | 0.61 |
| Hex | C7 | 72 | 9E | 0 | 2B | 15 | 16 | 149 | 2B | 3D |
| Octal | 307 | 162 | 236 | 0 | 53 | 25 | 26 | 511 | 53 | 75 |
| Binary | 11000111 | 1110010 | 10011110 | 0 | 101011 | 10101 | 10110 | 101001001 | 101011 | 111101 |
Color Harmonies of #C7729E
Complementary color
Monochromatic Colors of #C7729E
Black with #C7729E
Text Example
Text Example
White with #C7729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7729E; }
p { color: rgb(199,114,158); }
H1.HeaderClassName
{
color: #C7729E;
}
.AnyTagClassName
{
color: #C7729E;
}
</style>
background-color css
<style>
a { background-color: #C7729E; }
a { background-color: rgb(199,114,158); }
div.DivClassName
{
background-color: #C7729E;
}
.BgClassName
{
background-color: #C7729E;
}
</style>
border-color css
<style>
span { border-color: #C7729E; }
span { border-color: rgb(199,114,158); }
td.TdClassName
{
border-color: #C7729E;
}
.TagClassName
{
border-color: #C7729E;
}
</style>