Shades of Hopbush #C6749D
Tints of Hopbush #C6749D
RGB
CMYK
RGB Variations
Color information
#C6749D (or 0xC6749D) is known color: Hopbush. HEX triplet: C6, 74 and 9D. RGB value is (198,116,157). Sum of RGB (Red+Green+Blue) = 198+116+157=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6749D is #398B62. Grayscale: #919191. Windows color (decimal): -3771235 or 10319046. OLE color: 10319046.
HSL color Cylindrical-coordinate representation of color #C6749D: hue angle of 330º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6749D is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 157 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.22 |
| HSL | 330º | 0.42% | 0.62% | - |
| HSV(B) | 330º | 0.41% | 0.78% | - |
| XYZ | 35.62 | 26.93 | 35.22 | - |
| YUV | 145.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 157 | 0 | 0.41 | 0.21 | 0.22 | 330 | 0.42 | 0.62 |
| Hex | C6 | 74 | 9D | 0 | 29 | 15 | 16 | 14A | 2A | 3E |
| Octal | 306 | 164 | 235 | 0 | 51 | 25 | 26 | 512 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10011101 | 0 | 101001 | 10101 | 10110 | 101001010 | 101010 | 111110 |
Color Harmonies of #C6749D
Complementary color
Monochromatic Colors of #C6749D
Black with #C6749D
Text Example
Text Example
White with #C6749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6749D; }
p { color: rgb(198,116,157); }
H1.HeaderClassName
{
color: #C6749D;
}
.AnyTagClassName
{
color: #C6749D;
}
</style>
background-color css
<style>
a { background-color: #C6749D; }
a { background-color: rgb(198,116,157); }
div.DivClassName
{
background-color: #C6749D;
}
.BgClassName
{
background-color: #C6749D;
}
</style>
border-color css
<style>
span { border-color: #C6749D; }
span { border-color: rgb(198,116,157); }
td.TdClassName
{
border-color: #C6749D;
}
.TagClassName
{
border-color: #C6749D;
}
</style>