Shades of Hopbush #C6638C
Tints of Hopbush #C6638C
RGB
CMYK
RGB Variations
Color information
#C6638C (or 0xC6638C) is known color: Hopbush. HEX triplet: C6, 63 and 8C. RGB value is (198,99,140). Sum of RGB (Red+Green+Blue) = 198+99+140=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6638C is #399C73. Grayscale: #858585. Windows color (decimal): -3775604 or 9200582. OLE color: 9200582.
HSL color Cylindrical-coordinate representation of color #C6638C: hue angle of 335.15º 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 #C6638C is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 140 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.22 |
| HSL | 335.15º | 0.46% | 0.58% | - |
| HSV(B) | 335.15º | 0.5% | 0.78% | - |
| XYZ | 32.48 | 22.82 | 27.5 | - |
| YUV | 133.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 140 | 0 | 0.50 | 0.29 | 0.22 | 335.15 | 0.46 | 0.58 |
| Hex | C6 | 63 | 8C | 0 | 32 | 1D | 16 | 14F | 2E | 3A |
| Octal | 306 | 143 | 214 | 0 | 62 | 35 | 26 | 517 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10001100 | 0 | 110010 | 11101 | 10110 | 101001111 | 101110 | 111010 |
Color Harmonies of #C6638C
Complementary color
Monochromatic Colors of #C6638C
Black with #C6638C
Text Example
Text Example
White with #C6638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6638C; }
p { color: rgb(198,99,140); }
H1.HeaderClassName
{
color: #C6638C;
}
.AnyTagClassName
{
color: #C6638C;
}
</style>
background-color css
<style>
a { background-color: #C6638C; }
a { background-color: rgb(198,99,140); }
div.DivClassName
{
background-color: #C6638C;
}
.BgClassName
{
background-color: #C6638C;
}
</style>
border-color css
<style>
span { border-color: #C6638C; }
span { border-color: rgb(198,99,140); }
td.TdClassName
{
border-color: #C6638C;
}
.TagClassName
{
border-color: #C6638C;
}
</style>