Shades of Hopbush #C6629A
Tints of Hopbush #C6629A
RGB
CMYK
RGB Variations
Color information
#C6629A (or 0xC6629A) is known color: Hopbush. HEX triplet: C6, 62 and 9A. RGB value is (198,98,154). Sum of RGB (Red+Green+Blue) = 198+98+154=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6629A is #399D65. Grayscale: #868686. Windows color (decimal): -3775846 or 10117830. OLE color: 10117830.
HSL color Cylindrical-coordinate representation of color #C6629A: hue angle of 326.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6629A is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 154 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.22 |
| HSL | 326.4º | 0.47% | 0.58% | - |
| HSV(B) | 326.4º | 0.51% | 0.78% | - |
| XYZ | 33.49 | 23.07 | 33.26 | - |
| YUV | 134.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 154 | 0 | 0.51 | 0.22 | 0.22 | 326.4 | 0.47 | 0.58 |
| Hex | C6 | 62 | 9A | 0 | 33 | 16 | 16 | 146 | 2F | 3A |
| Octal | 306 | 142 | 232 | 0 | 63 | 26 | 26 | 506 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10011010 | 0 | 110011 | 10110 | 10110 | 101000110 | 101111 | 111010 |
Color Harmonies of #C6629A
Complementary color
Monochromatic Colors of #C6629A
Black with #C6629A
Text Example
Text Example
White with #C6629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6629A; }
p { color: rgb(198,98,154); }
H1.HeaderClassName
{
color: #C6629A;
}
.AnyTagClassName
{
color: #C6629A;
}
</style>
background-color css
<style>
a { background-color: #C6629A; }
a { background-color: rgb(198,98,154); }
div.DivClassName
{
background-color: #C6629A;
}
.BgClassName
{
background-color: #C6629A;
}
</style>
border-color css
<style>
span { border-color: #C6629A; }
span { border-color: rgb(198,98,154); }
td.TdClassName
{
border-color: #C6629A;
}
.TagClassName
{
border-color: #C6629A;
}
</style>