Shades of Hopbush #C66786
Tints of Hopbush #C66786
RGB
CMYK
RGB Variations
Color information
#C66786 (or 0xC66786) is known color: Hopbush. HEX triplet: C6, 67 and 86. RGB value is (198,103,134). Sum of RGB (Red+Green+Blue) = 198+103+134=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C66786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66786 is #399879. Grayscale: #868686. Windows color (decimal): -3774586 or 8808390. OLE color: 8808390.
HSL color Cylindrical-coordinate representation of color #C66786: hue angle of 340.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66786 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 134 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.22 |
| HSL | 340.42º | 0.45% | 0.59% | - |
| HSV(B) | 340.42º | 0.48% | 0.78% | - |
| XYZ | 32.44 | 23.43 | 25.37 | - |
| YUV | 134.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 134 | 0 | 0.48 | 0.32 | 0.22 | 340.42 | 0.45 | 0.59 |
| Hex | C6 | 67 | 86 | 0 | 30 | 20 | 16 | 154 | 2D | 3B |
| Octal | 306 | 147 | 206 | 0 | 60 | 40 | 26 | 524 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10000110 | 0 | 110000 | 100000 | 10110 | 101010100 | 101101 | 111011 |
Color Harmonies of #C66786
Complementary color
Monochromatic Colors of #C66786
Black with #C66786
Text Example
Text Example
White with #C66786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66786; }
p { color: rgb(198,103,134); }
H1.HeaderClassName
{
color: #C66786;
}
.AnyTagClassName
{
color: #C66786;
}
</style>
background-color css
<style>
a { background-color: #C66786; }
a { background-color: rgb(198,103,134); }
div.DivClassName
{
background-color: #C66786;
}
.BgClassName
{
background-color: #C66786;
}
</style>
border-color css
<style>
span { border-color: #C66786; }
span { border-color: rgb(198,103,134); }
td.TdClassName
{
border-color: #C66786;
}
.TagClassName
{
border-color: #C66786;
}
</style>