Shades of Hopbush #C6749F
Tints of Hopbush #C6749F
RGB
CMYK
RGB Variations
Color information
#C6749F (or 0xC6749F) is known color: Hopbush. HEX triplet: C6, 74 and 9F. RGB value is (198,116,159). Sum of RGB (Red+Green+Blue) = 198+116+159=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6749F is #398B60. Grayscale: #919191. Windows color (decimal): -3771233 or 10450118. OLE color: 10450118.
HSL color Cylindrical-coordinate representation of color #C6749F: hue angle of 328.54º 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 #C6749F is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 159 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.22 |
| HSL | 328.54º | 0.42% | 0.62% | - |
| HSV(B) | 328.54º | 0.41% | 0.78% | - |
| XYZ | 35.79 | 27 | 36.13 | - |
| YUV | 145.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 159 | 0 | 0.41 | 0.20 | 0.22 | 328.54 | 0.42 | 0.62 |
| Hex | C6 | 74 | 9F | 0 | 29 | 14 | 16 | 149 | 2A | 3E |
| Octal | 306 | 164 | 237 | 0 | 51 | 24 | 26 | 511 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10011111 | 0 | 101001 | 10100 | 10110 | 101001001 | 101010 | 111110 |
Color Harmonies of #C6749F
Complementary color
Monochromatic Colors of #C6749F
Black with #C6749F
Text Example
Text Example
White with #C6749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6749F; }
p { color: rgb(198,116,159); }
H1.HeaderClassName
{
color: #C6749F;
}
.AnyTagClassName
{
color: #C6749F;
}
</style>
background-color css
<style>
a { background-color: #C6749F; }
a { background-color: rgb(198,116,159); }
div.DivClassName
{
background-color: #C6749F;
}
.BgClassName
{
background-color: #C6749F;
}
</style>
border-color css
<style>
span { border-color: #C6749F; }
span { border-color: rgb(198,116,159); }
td.TdClassName
{
border-color: #C6749F;
}
.TagClassName
{
border-color: #C6749F;
}
</style>