Shades of Hopbush #C7749D
Tints of Hopbush #C7749D
RGB
CMYK
RGB Variations
Color information
#C7749D (or 0xC7749D) is known color: Hopbush. HEX triplet: C7, 74 and 9D. RGB value is (199,116,157). Sum of RGB (Red+Green+Blue) = 199+116+157=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7749D is #388B62. Grayscale: #919191. Windows color (decimal): -3705699 or 10319047. OLE color: 10319047.
HSL color Cylindrical-coordinate representation of color #C7749D: hue angle of 330.36º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7749D is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 157 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.22 |
| HSL | 330.36º | 0.43% | 0.62% | - |
| HSV(B) | 330.36º | 0.42% | 0.78% | - |
| XYZ | 35.88 | 27.07 | 35.23 | - |
| YUV | 145.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 157 | 0 | 0.42 | 0.21 | 0.22 | 330.36 | 0.43 | 0.62 |
| Hex | C7 | 74 | 9D | 0 | 2A | 15 | 16 | 14A | 2B | 3E |
| Octal | 307 | 164 | 235 | 0 | 52 | 25 | 26 | 512 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10011101 | 0 | 101010 | 10101 | 10110 | 101001010 | 101011 | 111110 |
Color Harmonies of #C7749D
Complementary color
Monochromatic Colors of #C7749D
Black with #C7749D
Text Example
Text Example
White with #C7749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7749D; }
p { color: rgb(199,116,157); }
H1.HeaderClassName
{
color: #C7749D;
}
.AnyTagClassName
{
color: #C7749D;
}
</style>
background-color css
<style>
a { background-color: #C7749D; }
a { background-color: rgb(199,116,157); }
div.DivClassName
{
background-color: #C7749D;
}
.BgClassName
{
background-color: #C7749D;
}
</style>
border-color css
<style>
span { border-color: #C7749D; }
span { border-color: rgb(199,116,157); }
td.TdClassName
{
border-color: #C7749D;
}
.TagClassName
{
border-color: #C7749D;
}
</style>