Shades of Hopbush #C6638B
Tints of Hopbush #C6638B
RGB
CMYK
RGB Variations
Color information
#C6638B (or 0xC6638B) is known color: Hopbush. HEX triplet: C6, 63 and 8B. RGB value is (198,99,139). Sum of RGB (Red+Green+Blue) = 198+99+139=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6638B is #399C74. Grayscale: #858585. Windows color (decimal): -3775605 or 9135046. OLE color: 9135046.
HSL color Cylindrical-coordinate representation of color #C6638B: hue angle of 335.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6638B is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 139 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.22 |
| HSL | 335.76º | 0.46% | 0.58% | - |
| HSV(B) | 335.76º | 0.5% | 0.78% | - |
| XYZ | 32.41 | 22.79 | 27.12 | - |
| YUV | 133.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 139 | 0 | 0.50 | 0.30 | 0.22 | 335.76 | 0.46 | 0.58 |
| Hex | C6 | 63 | 8B | 0 | 32 | 1E | 16 | 150 | 2E | 3A |
| Octal | 306 | 143 | 213 | 0 | 62 | 36 | 26 | 520 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10001011 | 0 | 110010 | 11110 | 10110 | 101010000 | 101110 | 111010 |
Color Harmonies of #C6638B
Complementary color
Monochromatic Colors of #C6638B
Black with #C6638B
Text Example
Text Example
White with #C6638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6638B; }
p { color: rgb(198,99,139); }
H1.HeaderClassName
{
color: #C6638B;
}
.AnyTagClassName
{
color: #C6638B;
}
</style>
background-color css
<style>
a { background-color: #C6638B; }
a { background-color: rgb(198,99,139); }
div.DivClassName
{
background-color: #C6638B;
}
.BgClassName
{
background-color: #C6638B;
}
</style>
border-color css
<style>
span { border-color: #C6638B; }
span { border-color: rgb(198,99,139); }
td.TdClassName
{
border-color: #C6638B;
}
.TagClassName
{
border-color: #C6638B;
}
</style>