Shades of Hopbush #C66382
Tints of Hopbush #C66382
RGB
CMYK
RGB Variations
Color information
#C66382 (or 0xC66382) is known color: Hopbush. HEX triplet: C6, 63 and 82. RGB value is (198,99,130). Sum of RGB (Red+Green+Blue) = 198+99+130=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C66382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66382 is #399C7D. Grayscale: #848484. Windows color (decimal): -3775614 or 8545222. OLE color: 8545222.
HSL color Cylindrical-coordinate representation of color #C66382: hue angle of 341.21º 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 #C66382 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 130 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.22 |
| HSL | 341.21º | 0.46% | 0.58% | - |
| HSV(B) | 341.21º | 0.5% | 0.78% | - |
| XYZ | 31.78 | 22.54 | 23.79 | - |
| YUV | 132.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 130 | 0 | 0.50 | 0.34 | 0.22 | 341.21 | 0.46 | 0.58 |
| Hex | C6 | 63 | 82 | 0 | 32 | 22 | 16 | 155 | 2E | 3A |
| Octal | 306 | 143 | 202 | 0 | 62 | 42 | 26 | 525 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10000010 | 0 | 110010 | 100010 | 10110 | 101010101 | 101110 | 111010 |
Color Harmonies of #C66382
Complementary color
Monochromatic Colors of #C66382
Black with #C66382
Text Example
Text Example
White with #C66382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66382; }
p { color: rgb(198,99,130); }
H1.HeaderClassName
{
color: #C66382;
}
.AnyTagClassName
{
color: #C66382;
}
</style>
background-color css
<style>
a { background-color: #C66382; }
a { background-color: rgb(198,99,130); }
div.DivClassName
{
background-color: #C66382;
}
.BgClassName
{
background-color: #C66382;
}
</style>
border-color css
<style>
span { border-color: #C66382; }
span { border-color: rgb(198,99,130); }
td.TdClassName
{
border-color: #C66382;
}
.TagClassName
{
border-color: #C66382;
}
</style>