Shades of Hopbush #C6749A
Tints of Hopbush #C6749A
RGB
CMYK
RGB Variations
Color information
#C6749A (or 0xC6749A) is known color: Hopbush. HEX triplet: C6, 74 and 9A. RGB value is (198,116,154). Sum of RGB (Red+Green+Blue) = 198+116+154=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6749A is #398B65. Grayscale: #909090. Windows color (decimal): -3771238 or 10122438. OLE color: 10122438.
HSL color Cylindrical-coordinate representation of color #C6749A: hue angle of 332.2º 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 #C6749A is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 154 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.22 |
| HSL | 332.2º | 0.42% | 0.62% | - |
| HSV(B) | 332.2º | 0.41% | 0.78% | - |
| XYZ | 35.37 | 26.83 | 33.89 | - |
| YUV | 144.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 154 | 0 | 0.41 | 0.22 | 0.22 | 332.2 | 0.42 | 0.62 |
| Hex | C6 | 74 | 9A | 0 | 29 | 16 | 16 | 14C | 2A | 3E |
| Octal | 306 | 164 | 232 | 0 | 51 | 26 | 26 | 514 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10011010 | 0 | 101001 | 10110 | 10110 | 101001100 | 101010 | 111110 |
Color Harmonies of #C6749A
Complementary color
Monochromatic Colors of #C6749A
Black with #C6749A
Text Example
Text Example
White with #C6749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6749A; }
p { color: rgb(198,116,154); }
H1.HeaderClassName
{
color: #C6749A;
}
.AnyTagClassName
{
color: #C6749A;
}
</style>
background-color css
<style>
a { background-color: #C6749A; }
a { background-color: rgb(198,116,154); }
div.DivClassName
{
background-color: #C6749A;
}
.BgClassName
{
background-color: #C6749A;
}
</style>
border-color css
<style>
span { border-color: #C6749A; }
span { border-color: rgb(198,116,154); }
td.TdClassName
{
border-color: #C6749A;
}
.TagClassName
{
border-color: #C6749A;
}
</style>