Shades of Hopbush #C6749B
Tints of Hopbush #C6749B
RGB
CMYK
RGB Variations
Color information
#C6749B (or 0xC6749B) is known color: Hopbush. HEX triplet: C6, 74 and 9B. RGB value is (198,116,155). Sum of RGB (Red+Green+Blue) = 198+116+155=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6749B is #398B64. Grayscale: #909090. Windows color (decimal): -3771237 or 10187974. OLE color: 10187974.
HSL color Cylindrical-coordinate representation of color #C6749B: hue angle of 331.46º 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 #C6749B is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 155 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.22 |
| HSL | 331.46º | 0.42% | 0.62% | - |
| HSV(B) | 331.46º | 0.41% | 0.78% | - |
| XYZ | 35.45 | 26.86 | 34.33 | - |
| YUV | 144.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 155 | 0 | 0.41 | 0.22 | 0.22 | 331.46 | 0.42 | 0.62 |
| Hex | C6 | 74 | 9B | 0 | 29 | 16 | 16 | 14B | 2A | 3E |
| Octal | 306 | 164 | 233 | 0 | 51 | 26 | 26 | 513 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10011011 | 0 | 101001 | 10110 | 10110 | 101001011 | 101010 | 111110 |
Color Harmonies of #C6749B
Complementary color
Monochromatic Colors of #C6749B
Black with #C6749B
Text Example
Text Example
White with #C6749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6749B; }
p { color: rgb(198,116,155); }
H1.HeaderClassName
{
color: #C6749B;
}
.AnyTagClassName
{
color: #C6749B;
}
</style>
background-color css
<style>
a { background-color: #C6749B; }
a { background-color: rgb(198,116,155); }
div.DivClassName
{
background-color: #C6749B;
}
.BgClassName
{
background-color: #C6749B;
}
</style>
border-color css
<style>
span { border-color: #C6749B; }
span { border-color: rgb(198,116,155); }
td.TdClassName
{
border-color: #C6749B;
}
.TagClassName
{
border-color: #C6749B;
}
</style>