Shades of Hopbush #C6749C
Tints of Hopbush #C6749C
RGB
CMYK
RGB Variations
Color information
#C6749C (or 0xC6749C) is known color: Hopbush. HEX triplet: C6, 74 and 9C. RGB value is (198,116,156). Sum of RGB (Red+Green+Blue) = 198+116+156=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6749C is #398B63. Grayscale: #919191. Windows color (decimal): -3771236 or 10253510. OLE color: 10253510.
HSL color Cylindrical-coordinate representation of color #C6749C: hue angle of 330.73º 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 #C6749C is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 156 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.22 |
| HSL | 330.73º | 0.42% | 0.62% | - |
| HSV(B) | 330.73º | 0.41% | 0.78% | - |
| XYZ | 35.53 | 26.9 | 34.77 | - |
| YUV | 145.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 156 | 0 | 0.41 | 0.21 | 0.22 | 330.73 | 0.42 | 0.62 |
| Hex | C6 | 74 | 9C | 0 | 29 | 15 | 16 | 14B | 2A | 3E |
| Octal | 306 | 164 | 234 | 0 | 51 | 25 | 26 | 513 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10011100 | 0 | 101001 | 10101 | 10110 | 101001011 | 101010 | 111110 |
Color Harmonies of #C6749C
Complementary color
Monochromatic Colors of #C6749C
Black with #C6749C
Text Example
Text Example
White with #C6749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6749C; }
p { color: rgb(198,116,156); }
H1.HeaderClassName
{
color: #C6749C;
}
.AnyTagClassName
{
color: #C6749C;
}
</style>
background-color css
<style>
a { background-color: #C6749C; }
a { background-color: rgb(198,116,156); }
div.DivClassName
{
background-color: #C6749C;
}
.BgClassName
{
background-color: #C6749C;
}
</style>
border-color css
<style>
span { border-color: #C6749C; }
span { border-color: rgb(198,116,156); }
td.TdClassName
{
border-color: #C6749C;
}
.TagClassName
{
border-color: #C6749C;
}
</style>