Shades of Hopbush #C6648A
Tints of Hopbush #C6648A
RGB
CMYK
RGB Variations
Color information
#C6648A (or 0xC6648A) is known color: Hopbush. HEX triplet: C6, 64 and 8A. RGB value is (198,100,138). Sum of RGB (Red+Green+Blue) = 198+100+138=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6648A is #399B75. Grayscale: #858585. Windows color (decimal): -3775350 or 9069766. OLE color: 9069766.
HSL color Cylindrical-coordinate representation of color #C6648A: hue angle of 336.73º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6648A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 138 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.22 |
| HSL | 336.73º | 0.46% | 0.58% | - |
| HSV(B) | 336.73º | 0.49% | 0.78% | - |
| XYZ | 32.43 | 22.96 | 26.77 | - |
| YUV | 133.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 138 | 0 | 0.49 | 0.30 | 0.22 | 336.73 | 0.46 | 0.58 |
| Hex | C6 | 64 | 8A | 0 | 31 | 1E | 16 | 151 | 2E | 3A |
| Octal | 306 | 144 | 212 | 0 | 61 | 36 | 26 | 521 | 56 | 72 |
| Binary | 11000110 | 1100100 | 10001010 | 0 | 110001 | 11110 | 10110 | 101010001 | 101110 | 111010 |
Color Harmonies of #C6648A
Complementary color
Monochromatic Colors of #C6648A
Black with #C6648A
Text Example
Text Example
White with #C6648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6648A; }
p { color: rgb(198,100,138); }
H1.HeaderClassName
{
color: #C6648A;
}
.AnyTagClassName
{
color: #C6648A;
}
</style>
background-color css
<style>
a { background-color: #C6648A; }
a { background-color: rgb(198,100,138); }
div.DivClassName
{
background-color: #C6648A;
}
.BgClassName
{
background-color: #C6648A;
}
</style>
border-color css
<style>
span { border-color: #C6648A; }
span { border-color: rgb(198,100,138); }
td.TdClassName
{
border-color: #C6648A;
}
.TagClassName
{
border-color: #C6648A;
}
</style>